sos
20b185b510
New option -m to select multisession mode.
...
WARNING: until now all disks was closed as multisession disks, this is
no longer the case, if the -m option isn't used disks are closed as
singlesession. The reason is that some drives wont close a disk
with one large image on in multisession mode, probably because it
"knows" that a new session wont fit on the media resonably.
Also update burncd with new stuff from various places that I've collected
and modified to my taste, its actually amasing how many thinks up the
same enhancements (none mentioned none forgotten):
Allow '-' to be used as filename for using stdin.
Add 'l' option to take a list of image files from 'filename'
2001-01-10 19:28:37 +00:00
joe
1b927f9965
Liberal application of style(9).
2001-01-10 14:08:48 +00:00
hm
6c8462c6d4
Bugfix to make configuration of isp/isppp interfaces by using isdnd.rc work
...
Submitted by: bad@k.bsd.de (Christoph Badura)
2001-01-10 13:49:11 +00:00
joe
030266a74e
Flag an error and remove the program from the list if there is
...
no source directory or no objects can be determined.
Initialise a structure variable.
2001-01-10 13:27:38 +00:00
hm
8033667d74
correct a small typo in isdnd that broke the ppp-expect-password option
...
Submitted by: Thomas Moestl <tmoestl@gmx.net>
2001-01-10 09:41:42 +00:00
peter
3550c6c8e8
Move MD <machine/if_wavelan_ieee.h> to MI <dev/wi/if_wavelan_ieee.h>
2001-01-09 00:50:45 +00:00
peter
5089aba91e
Try and stop config(8) from freaking out due to unnecessary paranoia
...
when using -d. Use realpath(3) to locate the top of the tree rather than
trying to manually trim back the results of a getcwd().
Requested by: alfred
2001-01-04 22:08:20 +00:00
sheldonh
031f46f61d
Catch up with rev 1.19 of vnconfig.c .
2001-01-03 10:55:23 +00:00
peter
b0fe93c364
Fix typo: s/memberhip/membership/
...
Submitted by: Peter Avalos <pavalos@theshell.com>
2001-01-02 04:01:59 +00:00
ben
bc4e0ca581
Minor layout fixes.
...
PR: 24004
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2001-01-01 23:30:51 +00:00
ben
7ae2075697
Check that the hostname field in received packets is NUL-terminated.
2001-01-01 18:43:21 +00:00
imp
0fcfcbed33
If the first argument doesn't start with '-' assume that it is an
...
interface. This augments the default to an appropriate interface
code.
# These programs should be merged into ifconfig, ala NetBSD, but that's
# a fight for another day.
Idea from: OpenBSD
2000-12-31 01:51:23 +00:00
dillon
679a4954b7
Imply -c when -S is specified, so 'vnconfig -s reserve -S 4 vn1' configures the
...
device as expected.
2000-12-31 01:27:55 +00:00
phk
e372b3cf67
Use macro API to <sys/queue.h>
...
Submitted by: "Jason" <jsmethers@pdq.net>
Reviewed by: /sbin/md5
2000-12-30 20:56:04 +00:00
assar
4899c281c7
update to the current set of mnt_, ufs_ and nfs_ flags
...
also make man-page correspond to the code
2000-12-30 15:41:40 +00:00
phk
de51ba97a9
Use the MACRO API to <sys/queue.h>.
...
Submitted by: "Peter Avalos" <pavalos@theshell.com>
2000-12-30 14:19:07 +00:00
paul
d7333de73d
Change open modes from ">$file" to "> $file" because it's much safer should
...
$file not be what you expect, particularly should $file turn out to be
"+REQUIRES" since ">+" is a valid open mode.
This isn't currently a problem since $file is constructed safely but it removes the potential of future problems.
Pointed out by Anton Berezin.
2000-12-30 00:14:01 +00:00
brian
38741e41c5
Log the ``MPPE: MasterKey is invalid...'' message as a CCP
...
diagnostic rather than a warning.
2000-12-29 22:25:56 +00:00
phk
da8270585d
Convert from CIRCLEQ to TAILQ.
2000-12-29 20:33:28 +00:00
ben
5a90713c4b
Convert to use the <sys/queue.h> macros rather than fiddling with the queue
...
structure internals.
Reviewed by: markm
2000-12-29 18:04:54 +00:00
ru
2cd3eb1c84
mdoc(7) police: get rid of hard sentence breaks, add missing .El, etc.
2000-12-29 09:03:38 +00:00
paul
b526b7148d
Fix the broken options that were in the development version I committed by mistake.
2000-12-28 19:53:44 +00:00
ben
cf930fec79
* Fix a segfault when timed(8) receives a packet with a bad tsp_type.
...
* Check that received packets aren't too short, as this could cause other
problems.
Reviewed by: imp, markm
2000-12-28 19:50:07 +00:00
paul
68fbfb95f2
Bring the man page up to date with the current version of the script.
2000-12-28 19:42:06 +00:00
paul
e186ada79d
Add pkg_update, which can replace currently installed ports with new versions
...
while taking of updating all the dependencies.
2000-12-28 18:47:23 +00:00
des
b14c7cbbcf
Retire kernfs (userland part).
2000-12-28 12:59:57 +00:00
ru
522216623a
Prepare for mdoc(7)NG.
2000-12-27 15:30:30 +00:00
ru
0a8b50d911
Prepare for mdoc(7)NG.
2000-12-27 14:22:05 +00:00
sos
5146ccfc03
Update to match the progress interface on blank command.
2000-12-26 11:56:15 +00:00
toshi
2b9855af0a
Fix output of -v option.
2000-12-24 15:30:36 +00:00
joe
766c10a107
Clean up the source directory finding code, and in the process fix a
...
problem that occurs when a program's source isn't found.
2000-12-24 12:21:15 +00:00
iedowse
8f251669de
Ensure that received packets are at least as long as the rwho packet
...
header before trying to process them. Without this sanity check,
rwhod can attempt to byte-swap all of memory when a short packet
is received, and so dies with a SIGBUS.
While I'm here, change two other syslog messages to be more
informative: use dotted quad rather than hex notation for IP
addresses, and include the source IP in the 'bad from port' message.
PR: bin/14844
Reviewed by: dwmalone
2000-12-22 21:30:15 +00:00
ru
57f7a8db57
Prepare for mdoc(7)NG.
2000-12-18 15:16:24 +00:00
des
1638692b02
If no device is specified, check the CDROM environment variable before
...
picking the default device.
2000-12-18 14:35:54 +00:00
ru
f144e2e209
mdoc(7) police: document IPv6 options in the SYNOPSIS.
2000-12-18 08:42:58 +00:00
dougb
8e77d321e4
Make the comment generated in /etc/pw.conf match reality
...
PR: misc/23451
Submitted by: Ben Rosengart, ben@narcissus.net
2000-12-18 01:35:56 +00:00
dougb
5a3d126c72
* Fix a long line that I introduced in the last commit
...
* Backslash escape non-alphanumeric chars in the login name so that perl
doesn't choke on things like '$'.
2000-12-17 23:42:45 +00:00
joe
f7bfd5b1bc
Use one of the TMPDIR env variable or _PATH_TMP instead of hardcoding
...
/tmp.
Submitted by: jedgar
2000-12-17 19:49:07 +00:00
joe
1d6e0e836e
Avoid potential problems with the existance of a shadow obj directory
...
confusing the 'make -f tmpfile' in the tmpfile, by creating it in /tmp.
2000-12-17 17:07:40 +00:00
joe
64f5577714
Clarify an ambiguous 'else' introduced by a recent commit.
2000-12-17 17:03:05 +00:00
joe
41c5ee0678
o check strdup() return values
...
o strcpy() -> strlcpy()
o sprintf() -> snprintf()
o mktemp() -> mkstemp()
o use err() instead of errx() in out_of_memory() function since
errno will probably be set
Submitted by: jedgar
2000-12-17 16:51:00 +00:00
joe
66824ddba0
Hopefully the last patch in a series to try and teach crunchgen to
...
handle MAKEOBJDIRPREFIX better, in conjunction with the -o and -p
flags.
2000-12-17 16:13:23 +00:00
ume
e4a876193f
IPv6 support for syslogd.
...
Reviewed by: freebsd-current
Obtained from: NetBSD
2000-12-16 18:25:48 +00:00
ume
d046c56964
IPv6 support for lpr.
...
Reviewed by: freebsd-current (no objection)
Obtained from: KAME
2000-12-16 18:06:09 +00:00
jkh
d5c1f5c8d9
Fix an informational message a little and properly check status of a yes/no
...
question which I bollicked up in my previous commit.
2000-12-16 05:36:10 +00:00
jkh
21872412be
Use dialog_noyes() for UTC selection; uses No as default answer now.
2000-12-16 05:29:38 +00:00
phk
44d5616439
Don't do raw device 'r' mangling.
...
Try to use vn%d.ctl for setup and control if possible.
This paves the way for a DEVFS/cloning vn driver.
2000-12-15 16:40:11 +00:00
ru
bffba5bbaa
Add a missing dot.
2000-12-15 07:34:01 +00:00
brian
c8566524b2
Correct the documented default behaviour of mschap, mschap81 and MPPE.
...
Pointed out by: Mark Knight <markk@knigma.org>
2000-12-15 01:09:38 +00:00
eivind
0b0780b075
Add better IP, netmask and gateway checks.
...
- IP addresses are verified as being correct dotted quad format.
- Netmasks are verified as being in correct dotted quad or 0x* format,
and being consecutive 1 bits followed by consecutive 0 bits.
- The gateway is verified as being correct dotted quad format and
being reachable through the configured IP address and netmask.
2000-12-14 13:59:10 +00:00
ru
cfafe5cee1
mdoc(7) police: added missing .Os call.
2000-12-14 13:58:15 +00:00
ru
fe2efd38b3
mdoc(7) police: removed history info from the .Os FreeBSD call.
2000-12-14 11:52:05 +00:00
ru
e8628cf8d6
Mdoc(7)ify.
2000-12-14 08:01:59 +00:00
jkh
1c116fe777
Adapt sysinstall to use the new msgNoYes() function which assumes
...
no as a default. Sysinstall should be both less dangerous and less
annoying as a result of this change, though that's just my opinion
(since they're the defaults which annoy ME the least :).
2000-12-14 02:49:02 +00:00
rwatson
c937ae05ce
o Check return of strdup() for NULL, abort if so.
...
Submitted by: jedgar
2000-12-14 01:51:39 +00:00
imp
c6661a3e71
getopt interface is defined in <unistd.h> so use that in preference to externs.
2000-12-11 21:09:29 +00:00
wilko
3d2f9cfa9f
Add a workaround in the EXAMPLE section for booting diskless SPARC/SunOS
...
Xkernel machines. Might save people some hair pulling..
Submitted by: rene@tcja.nl
2000-12-11 19:10:07 +00:00
ru
86f1384c5d
mdoc(7) police: use canonical form of .Dd macro.
2000-12-11 15:57:16 +00:00
ru
6072d8b708
mdoc(7) police: use canonical form of .Dd macro.
2000-12-11 15:20:31 +00:00
ru
a8e5cf0fe6
mdoc(7) cosmetics.
...
Submitted by: sheldonh
2000-12-11 10:18:32 +00:00
ben
32a3169549
.Nm Config -> .Nm, there is no such program "Config" in FreeBSD.
...
PR: 23404
Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2000-12-11 10:14:58 +00:00
ru
488a409db7
mdoc(7) police: reapply rev 1.7 lost in previous commit, clean up a bit.
2000-12-11 09:42:00 +00:00
charnier
bbac028628
Remove unused #includes, duplicate $FreeBSD$ and $NetBSD$ definitions.
...
Reviewed by: Ruslan Ermilov <ru@FreeBSD.org>
2000-12-10 20:57:23 +00:00
obrien
46d04a9db4
Add `_PATH_DEVZERO'.
...
Use _PATH_* where where possible.
2000-12-09 09:35:55 +00:00
nyan
6f47223fba
Moved the snc driver position before the sn driver.
...
Submitted by: Tomokazu HARADA <tkhara@osk4.3web.ne.jp>
2000-12-09 04:51:13 +00:00
msmith
4d3761dd8b
Update for new location of pcireg.h.
2000-12-09 00:07:46 +00:00
archie
d258c45e27
Fixes to the Aironet driver to clear up some WEP issues.
...
"Security notes" section to the man page added by me.
PR: 23097
Submitted by: Doug Ambrisko <ambrisko@whistle.com>
2000-12-08 19:02:35 +00:00
ru
072614416a
mdoc(7) police: Once again, remove single-space hard sentence breaks.
2000-12-08 12:42:24 +00:00
ru
4495c97d82
mdoc(7) police: once again, remove the hard sentence breaks.
2000-12-08 12:25:05 +00:00
jkh
aea1611f4a
Fix bug where minimal dist selection didn't check off the right
...
menu item.
Noticed by: Dan "Sheepdip" Langille <dan@freebsddiary.org>
2000-12-07 20:04:35 +00:00
obrien
393833f5c6
put localdir first
2000-12-07 16:35:21 +00:00
msmith
13eab6564f
Update to improve handling of verbose PCI vendor/device information.
...
- Read the database from /usr/share/misc (or wherever else we're pointed)
rather than compiling it in.
- Decode the class/subclass fields if requested.
- Print things in a slightly longer but more readable format.
2000-12-07 10:52:59 +00:00
jkh
22b8948461
Enable the same path deduction as for ftp install (great for snapshot tests)
...
Allow user to change proxy server
Allow user to change ftp path
Submitted by: pho
2000-12-06 00:47:54 +00:00
obrien
81f987433a
Change the spelling of .' to
.' from .OBJDIR since `.' really is where
...
generated files land. Also give precedence to generated files.
2000-12-05 22:10:43 +00:00
sobomax
3b5f7602b7
Alphabetically reorder options in `.Op Fl' macro to be consistent with the
...
rest of the code.
2000-12-05 16:40:14 +00:00
dwmalone
838492ec3b
Add a -F option to the builtin ident service, which allows .fakeid files
...
to contain the name of other valid users.
PR: 22837
Submitted by: Andreas Gerstenberg <andy@andy.de>
Reviewed by: green
Reviewed by: sheldonh
2000-12-05 13:56:01 +00:00
sobomax
4b2e95d914
- Add missed `-s' option into usage printout;
...
- sort options alphabetically.
2000-12-05 11:02:19 +00:00
ume
805b15b361
Wait DAD complete after ifconfig up.
2000-12-04 18:06:49 +00:00
hm
c095b67808
Add controller number to unknown incoming call log message.
2000-12-03 16:23:12 +00:00
dwmalone
d53af3129c
Tidy up some prototypes:
...
make sure there is exactly one prototype for each function,
use K&R style definitions everywhere to match dominant style,
make flag_signal take an int to avoid problems if we have
ANSI prototypes and K&R definitions.
2000-12-03 11:32:26 +00:00
green
6ee011e12d
Make some style changes to the ident_stream() code.
...
Partially submitted by: alfred
Reviewed by: alfred
2000-12-02 21:18:11 +00:00
phk
0591c4bb95
Make labels mandatory for vn(4).
2000-12-01 22:27:40 +00:00
jedgar
35f9d37ffb
Properly check malloc(3) return values
...
Approved by: ken
2000-12-01 12:02:16 +00:00
obrien
e34517e29d
The GCC 2.96 snapshots have slightly different rules for finding include
...
files. Mostly -I${.CURDIR} was needed -- especially for YACC generated
files as the new cpp does not look in the ultimate source file
(ie, the .y file)'s directory as told by the "#line" directive. Some were
misspellings of "-I${.CURDIR}" as "-I.".
2000-12-01 09:39:28 +00:00
ru
bfcf733859
mdoc(7) police: fixed errors from the previous revision, keep
...
the synopsis in a nice form, and a few more cosmetic changes.
2000-12-01 08:17:15 +00:00
brian
e1436a9201
Mention the MTU in ``show iface''.
2000-12-01 03:22:18 +00:00
luigi
a397dd4bbe
Make crunchgen aware of obj directories. Formerly it had
...
/usr/obj hardwired in the code, now you can override it
with a command line option or MAKEOBJDIRPREFIX env. variable.
The above is useful to build picobsd-specific objects in some other
place than /usr/obj
While at it, fix documentation and change a few sprintf -> snprintf.
2000-11-30 21:14:54 +00:00
dannyboy
4c836aceb9
Lose an extra paragraph break.
...
PR: 23179
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-29 21:44:46 +00:00
brian
118a6a6571
Call MSCHAP CHAP80 in ``show lcp'' so that it's consistent with CHAP81.
2000-11-29 15:47:35 +00:00
brian
c63f0fa916
Use only the bit after the ``\'' when hashing the challenge in
...
MSChapv2
Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
2000-11-28 22:50:40 +00:00
charnier
f8102626b7
-Wall cleaning
2000-11-28 18:18:56 +00:00
charnier
bd5d70cb10
Make enumerated list for flags. Spelling.
2000-11-28 18:11:06 +00:00
charnier
9306ca23a3
-Wall cleaning. Use getopt(3).
2000-11-28 18:09:08 +00:00
brian
982aaf4a73
Add ``enable/disable tcpmssfixup'', defaulting to enabled.
...
Suggested by: julian
Hijacked from: ru (ports/net/tcpmssd)
2000-11-28 13:18:35 +00:00
ben
b1e0f4063d
various typo and minor punctuation changes.
...
PR: 23111
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-28 11:35:14 +00:00
ume
55c6430976
- do not check/advertise cloned routes, nor dynamic routes
...
- cast size_t on printing (be friendly with alpha)
Obtained from: KAME
2000-11-27 17:44:53 +00:00
hosokawa
6a29866e85
Filename of install help file is "INSTALL.TXT", not "install.hlp".
...
Typing [F1] did not popup install help file window on main menu, and so on.
2000-11-27 13:35:11 +00:00
kris
1c080faf96
Constify
2000-11-27 08:18:58 +00:00
kris
38879c7fec
Fix format string warnings
2000-11-27 07:57:44 +00:00
brian
00c9863858
Change interactive mode so that a monitor thread keeps an eye on the
...
ppp descriptor and signals the terminal thread when there's something
to read on that descriptor.
This means that the main loop doesn't have to alarm() itself into
dropping out of el_gets() frequently to check the descriptor. This
dropping out was disturbing syscons (via ioctl()s from libedit) enough
to reset the screensaver timeout every .5 of a second.
PR: 20345
2000-11-27 02:31:25 +00:00
dannyboy
c0031f4db1
compatability -> compatibility
...
PR: 23114
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-26 23:51:07 +00:00
kris
c95748df25
Correct definition of MAXHOSTNAMELEN in ifdef'ed out code
2000-11-26 22:21:39 +00:00
kris
7bfe0a85e4
Properly fix the temporary file creation in the case of multiple
...
command-line arguments.
Noticed by: dynamo <dynamo@ime.net>
2000-11-26 03:37:34 +00:00
phk
cc4398d1b8
Add the "LOG_CONSOLE" facility and tell syslogd to not log it on
...
console devices.
2000-11-25 21:00:58 +00:00
green
24d50479eb
Security fix: correctly set groups according to the user. Previously,
...
root's groups' permissions were being used, so a user could read up to
16 (excluding initial whitespace) bytes of e.g. a wheel-accessible file.
Also, don't allow blocking on the opening of ~/.fakeid, so replace a fopen()
with open() and fdopen(). I knew I'd be going to hell for using C file
streams instead of POSIX syscalls...
2000-11-25 04:13:05 +00:00
peter
71e57350c9
Make the xxxFILES= list generation generic. This makes it easier to add
...
things like MFILES= or CONFFILES= without having to modify config code.
2000-11-25 03:25:34 +00:00
ben
0b03e96db2
Fix a layout problem (.It Li -> .Fx)
...
PR: 23055
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-24 11:17:28 +00:00
ru
9b9f68e879
Eliminate groff(1) warnings.
...
Obtained from: NetBSD
2000-11-23 10:15:50 +00:00
kuriyama
7ee3c00cb7
Remove extra ")".
2000-11-23 08:09:45 +00:00
jkh
63cd2edfd4
Finish the job of conditionalizing the PC98 stuff.
2000-11-22 22:28:34 +00:00
ru
14f333cf59
mdoc(7) police: Er macro usage cleanup.
2000-11-22 16:11:48 +00:00
ru
cff3f1a066
mdoc(7) police: do not split author names in the AUTHORS section.
2000-11-22 09:35:58 +00:00
imp
6242ba6480
Fix buffer overflows in filenames. If you had a path > 80 characters
...
for your /usr/obj/path/to/my/files path to the kernel, then weird
things happened. make buildkernel would fail because config was
dumping core or generating bad file names (depending on the lenght of
the path).
While I was here, also use strlcpy, strlcat and snprintf (or asprintf)
as necessary. Minor format policing for the snprintf calls as well.
2000-11-21 19:58:55 +00:00
dougb
6b9baeb4ed
If a user is in the database, rmuser ought to be able to remove them.
...
Address this by using getpwnam(), thus killing several birds with
the same stone. My fix is slightly more aggressive than the
originators. :)
PR: misc/22278
2000-11-21 05:52:35 +00:00
jkh
32c7841c33
Update source description to note that everything is now included.
...
Submitted by: Chris Faulhaber <jedgar@fxp.org>
2000-11-21 02:22:31 +00:00
rnordier
856f2045e5
Wrap over-long line; drop superfluous include.
2000-11-20 20:35:35 +00:00
ru
c3189e713e
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 20:10:44 +00:00
jkh
f93a7f9581
finish conditionalizing the PC98 specific options off the PC98
...
compilation variable.
2000-11-20 19:44:17 +00:00
ru
d16dd614f6
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 16:52:27 +00:00
sheldonh
44dedf1ff8
Fix broken (sectionless) cross-reference in ref 1.10.
2000-11-20 16:09:47 +00:00
brian
b5136d9709
Some gratuitous whitespace changes.
2000-11-19 16:58:59 +00:00
brian
c890a788d4
Describe how to tunnel properly.
...
Requested by: Greg Quinlan <greg@macquarrie.com.au>
2000-11-19 16:54:57 +00:00
brian
df7ceaea9a
Accept MSCHAPv2 by default.
...
Enable and accept MPPE by default.
2000-11-19 16:53:50 +00:00
kris
30a6b2cb25
Format string paranoia
2000-11-19 13:30:36 +00:00
kris
46f5de6638
Format string error in warn()
2000-11-19 13:29:43 +00:00
ru
1f9947b67d
mdoc(7) police: fix errors uncovered by the new feature of the Nm macro.
2000-11-18 15:50:46 +00:00
ru
77559ae015
mdoc(7) police: use certified section headers wherever possible.
2000-11-17 11:44:16 +00:00
brian
9db1810977
Go back to populating data_len in struct ngpppoe_init_data.
2000-11-16 23:15:42 +00:00
brian
2e12dba4cd
Be a bit more precise about what ``nat deny_incoming yes'' does.
2000-11-16 21:50:50 +00:00
ru
84ae852943
mdoc(7)ify.
2000-11-16 13:21:17 +00:00
ben
354e118452
remove trailing periods from SEE ALSO.
2000-11-15 17:27:54 +00:00
ben
6f0ff396c7
more removal of trailing periods from SEE ALSO.
2000-11-15 16:44:24 +00:00
joe
245001bccb
Add and document a new configuration command: buildopts.
...
This allows global make options to be specified within the crunch
configuration file.
2000-11-15 14:33:29 +00:00
gad
04093e690c
Eliminate two compile-time warnings.
2000-11-15 06:17:52 +00:00
gad
7338dffede
Fix the '-d' option (turns on socket-debugging). Improve startup msgs.
...
PR: 17178
Submitted by: Richard <satherrl@dssrg.curtin.edu.au>
2000-11-15 06:00:42 +00:00
gad
7a6157eaf9
Make sure a few strings will have terminating null characters.
...
(most of the PR 16186 was already applied, except for these 2 lines)
PR: 16186
Submitted by: Przemyslaw Frasunek <venglin@lubi.FreeBSD.lublin.pl>
2000-11-15 04:57:22 +00:00
gad
8b40b36882
Reset the seteuid in a few obscure error situations.
2000-11-15 04:10:59 +00:00
gad
c7c2edd2e4
Just some style-related improvements.
2000-11-15 03:35:09 +00:00
gad
e176686dfe
Minor style improvements.
2000-11-14 22:08:52 +00:00
gad
e7beec2eff
Fix (style) some variable initializations.
2000-11-14 22:03:59 +00:00
gad
414e43c78b
Change 'count' to a more descriptive 'jobcount', and fix the stupid
...
comments which claim this counter is counting "files", which it is not.
2000-11-14 21:44:47 +00:00
gad
5b6d85f368
Get rid of 'exit(-1)' calls. Exit codes are limited to 8 bits under most
...
Unixes, so -1 becomes 0xFF for 2's complement and 0xFE (?) for 1's
complement.
Reviewed by: bde@FreeBSD.org
2000-11-14 21:32:52 +00:00
jkh
1382fd4836
Really turn off srcs for upgrades.
2000-11-14 21:21:53 +00:00
ru
d0043bf89c
Added the lastlogin utility.
...
Obtained from: NetBSD
2000-11-14 17:49:38 +00:00
ru
046cd06ea5
Spell the des's name correctly.
2000-11-14 13:19:26 +00:00
ru
58ab42d6df
Spell the sos's name correctly.
2000-11-14 13:09:12 +00:00
ru
b42832df66
Use Fx macro wherever possible.
2000-11-14 11:20:58 +00:00
jkh
56c2598b38
Replace GNOME + Afterstep choice with GNOME + sawfish. This is a more
...
popular configuration now.
2000-11-14 00:03:52 +00:00
wpaul
d32b043517
Close PR# 21843 and PR# 21864. This adds support for WEP and updates some
...
of the data structures to include new members that weren't defined in the
manual I have.
I opted to use Doug Ambrisko's WEP patches since David Cornejo's patches
did not include the necessary changes to ancontrol(8) to actually enable
and use WEP.
NOTE: I don't currently have access to an Aironet card, so I can't test
any of this. Everything compiles and close scrutiny doesn't reveal any
obvious problems, but Murphy's Law applies. This means I will probably
leave these changes in -current for a bit longer than usual until I'm
sure they work right.
2000-11-13 23:04:16 +00:00
gad
aec6050d7d
My previous commit removed a line it wasn't supposed to. Add it back.
2000-11-13 16:21:24 +00:00