summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Allow the samplerate (in DPI) to be set on the command line, the rest ofpeter1997-03-292-2/+9
| | | | the code appears to support it.
* Reserve a placeholder for 4 SMP ipi interrupts in the same way thatpeter1997-03-292-2/+6
| | | | | | | it's done for pci. This is so that systat and vmstat can get at the interrupt counts for the Inter-Processor Interrupts when running a smp kernel. This doesn't affect the normal kernel, but makes life easier for the smp people who don't have to track two versions of config.
* Use new mount args (mount "ufs" instead of MOUNT_UFS).bde1997-03-291-1/+1
| | | | | | | | vnconfig doesn't seem to be in Lite2, although dev/vn is. The Lite2 merge in userland has converted all mount calls except this one and one for devfs in init, so we can drop support for old mount args soon. Vnconfig probably shouldn't support mounting - it only supports ufs.
* Catch this puppy up to RELENG_2_2jkh1997-03-291-3/+5
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-293-5/+5
| | | | posix standard on the topic.
* Remove support for "port none" and "port auto", it gains nothing,ache1997-03-284-12/+2
| | | | | | non-standard and not used. "port auto" is equal to "port?" or missing "port" keyword now. "port none" is really probe routine task (return -1 for no ports).
* Add code that will reject nfs requests in teh kernel from nonprivilegedguido1997-03-271-1/+14
| | | | | | ports. This option will be automatically set/cleraed when mount is run without/with the -n option. Reviewed by: Doug Rabson
* YAMF22jkh1997-03-272-4/+4
|
* Sync with 2.2jkh1997-03-271-3/+3
|
* Add #define's for port "none" and "auto"ache1997-03-263-5/+7
| | | | Now port ommiting is equal to port "none" not to port 0
* - update MNT_* flags to match lite2 properly. get rid of old #if 0 flagspeter1997-03-251-22/+9
| | | | | | that are gone, add new missing ones. - don't dereference kernel relative pointers in user space for() loops, it doesn't work real well.
* YAMF22jkh1997-03-256-25/+34
|
* Print negative values only for two cases usedache1997-03-251-3/+3
| | | | | in config for iobase: -1 (auto) and -2 (none) Other values are printed as big port numbers
* Fix iobase printing for autodetect and none casesache1997-03-251-1/+3
| | | | (negative numbers was printed as very big ports)
* Use srandomdev() to initialize RNGache1997-03-242-4/+6
|
* Initialize RNG only onceache1997-03-241-23/+18
| | | | Use srandomdev() now
* Fix small race window when creating portal socket.imp1997-03-241-1/+4
| | | | Obtained from: OpenBSD
* Make the argument handling for select() less bogus. Also, move thejoerg1997-03-222-22/+22
| | | | amq service from UDP to TCP for better reliability.
* YAMF22jkh1997-03-221-8/+20
|
* Add Iceland.jkh1997-03-212-2/+6
|
* Fix possible (not stack) overflow from -d <dir> commandline option.davidn1997-03-201-1/+1
|
* YAMF22jkh1997-03-192-10/+3
|
* Some of my pending merge changes, Paul Traina's more flexible configjkh1997-03-1910-97/+79
| | | | | file loading code. Submitted by: pst
* Removed old bogus prerequisite <sys/select.h>. Cleaned up #include mess.bde1997-03-191-11/+10
|
* Fixed missing function types in synopsis.bde1997-03-191-0/+3
|
* Be consistent with the handbook and the release notes and specify allmpp1997-03-182-4/+4
| | | | | | mailing list addresses as freebsd-*@FreeBSD.org. Pointed out by: Kenneth R. Westback <krw@tcn.net>
* Convert srandom() arg cast to Lite2 styleache1997-03-172-4/+4
|
* Typo police.mpp1997-03-162-6/+6
| | | | Partially obtained from: NetBSD PR# 3333
* YAMF22jkh1997-03-151-43/+40
|
* Increase the size of the email address field.jkh1997-03-152-2/+8
| | | | Requested-By: joerg
* Tone down the paranoia a bit in from the previous commit. setusercontext()peter1997-03-141-11/+7
| | | | | automatically Does The Right Thing when lc == NULL, which just happens to be what the extra code in cron was trying to do. Simplify.
* Activate HASSETUSERCONTEXT to set resource limits while deliveringpeter1997-03-142-2/+6
| | | | to pipes in .forward files, but with a slight bugfix to the code.
* For some reason, the old login class code didn't seem to be working here.peter1997-03-141-13/+24
| | | | | | | | | I suspect it was because the child exec code's parent was doing the initial lookups, then forking, then doing other things (possibly trashing the static data in the getpw*() buffer), then attempting to dereference *pwd and *lc. Also, no error checking appeared to be done - I've allowed it to fall back to the old "become user" code on critical failure rather than risk running a user's cron jobs as root.
* o Remove obsolete references in XFree86 menujkh1997-03-142-4/+4
| | | | o Add version information to registration (suggested by David)
* Save and restore the state of the variable Initialized inside die().joerg1997-03-141-1/+4
| | | | | Otherwise, the shutdown message will print out with 15 NUL bytes in front, due to a missing timestamp.
* Oops - forgot to document the new -HUP action.brian1997-03-132-4/+10
| | | | This should make 2.2 if the HUP stuff (earlier today) does.
* Closes pr 2711brian1997-03-132-11/+35
| | | | | | Fix -background option. Parent returns after the line is established (or not established). Definitely a candidate for 2.2
* Remove old output file, if any, before creating the output file, inbde1997-03-131-0/+11
| | | | | | case the file is a stale link. Reviewed by: wollman
* Requested by: Harlan Stenn <Harlan.Stenn@pfcs.com>brian1997-03-133-5/+31
| | | | | | | | | | | Accept SIGHUP as a "re-open logfile" signal. As ppp doesn't set it's serial line to it's controlling terminal, we can use HUP :) This is a candidate for 2.2. The log.[ch] changes won't conflict, but the main.c changes will. We just want to change the kill(...,SIGHUP) to a SIGTERM and change the signal(SIGHUP,Hangup) to a pending_signal(SIGHUP,LogReOpen).
* Reviewed by: ache@freebsd.orgbrian1997-03-136-24/+164
| | | | | | | | These changes should fix the signal "problems" in ppp. The signal changes should really be put into 2.2 too ! The following patches should do it. There were some other changes made by Andrey recently that havn't been brought into 2.2, it may be worth doing them now.
* 1. change tty handling from sgttyb to termios,roberto1997-03-131-41/+53
| | | | | | | | | 2. fix a potential buffer oflow, 3. makes watch(8) conform to sysexits(3). Not a strong 2.2 candidate even if it would be nice. Reviewed by: joerg, imp
* Submitted by: Greg Ungerer <gerg@stallion.oz.au>davidn1997-03-1310-568/+1501
| | | | | | | Add manpages for stl, stli drivers. Add manpages for stlload, stlstats. Update stli bootcode. Update stlload, stlstats to revision 1.0.0 from author.
* Add cvs Id.mpp1997-03-121-0/+1
|
* Make amd actually work instead of just compiling. The new Lite2 codepeter1997-03-122-3/+4
| | | | | | was not setting the version number in the nfs_args data to mount(2), so it was returning EFAULT. Perhaps the nfs_args version number was something we added at some point?
* Tidy up generated fstabjkh1997-03-122-12/+10
|
* Fix a long-standing bug with the label editor I just found (you couldjkh1997-03-113-26/+28
| | | | | | mount two dos partitions with the same name). Neaten up a dialog box that was encroaching on the right edge.
* YAMF22jkh1997-03-113-19/+20
|
* YAMF22 (rev 1.70.2.10, added blurb to explanations)joerg1997-03-112-2/+14
|
* Update to work under Lite2 includespeter1997-03-116-3/+9
|
* I feel sick. :-( There is some really, truely, shameful stuff in herepeter1997-03-113-10/+106
| | | | | | to try and work around the nfsv3 headers in the post-lite2-kernel era. This program somehow manages to make just about every #include conflict with everything else. :-(
OpenPOWER on IntegriCloud