summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use the new PF_LINGER flag -- when this is set in a process' proc structure,sef1997-12-071-1/+20
* Slight performance improvement, removal of unneeded SPLs.dyson1997-12-071-11/+23
* Clear the stop events and wakeup the process on teh last close of thesef1997-12-072-2/+58
* Add a procfs-related flag for procp->p_pfsflags.sef1997-12-071-1/+9
* explicitly set MAN8 since only MAN1 is defaulted.peter1997-12-071-1/+2
* Add $Id$peter1997-12-071-0/+1
* delete -static, add $Id$peter1997-12-071-2/+2
* add procctlpeter1997-12-071-2/+2
* Move procctl to the Attic, it's been copied to usr.sbin/procctl aspeter1997-12-074-91/+2
* Use getopts instead getopt(1). This should fix the problemwosch1997-12-071-27/+26
* Delete truss manpage link. We have now a real truss command.wosch1997-12-061-2/+2
* Correct cftypes128 index.brian1997-12-061-2/+2
* Move nlist related defines from link.h into nlist.h. Clean upjdp1997-12-065-62/+77
* Fix incorrect format string in call to errx().jdp1997-12-061-2/+2
* Complain about empty command lines.sef1997-12-061-2/+2
* err(3) already includes strerror(errno) and a trailing \npeter1997-12-061-6/+6
* recognize "FreeBSD ELF" as an executable typepeter1997-12-061-2/+3
* #include <unistd.h> to get it to compilepeter1997-12-061-1/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for diskslice ioctls that arebde1997-12-066-12/+12
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-0631-81/+82
* Reverse my previous change and use htons() on an intbrian1997-12-062-2/+2
* Added a kernel-only error code ENOICTL. This will be returned frombde1997-12-061-3/+4
* Add AWE32 description to visualconfigache1997-12-061-2/+3
* Set the close-on-exec flag in the child; otherwise, it eats up asef1997-12-061-1/+2
* Attach messages: remove unneded newlines and addache1997-12-061-6/+5
* First cut at printing out ioctl names intelligently. Note that this doesn'tsef1997-12-063-5/+22
* Sync with sys/i386/i386/trap.c revision 1.119.kato1997-12-061-1/+12
* Add missing argument to warn() call.jdp1997-12-061-2/+2
* Add truss to the list of subdirectories.sef1997-12-061-2/+2
* Truss program. Requires procfs.sef1997-12-0612-0/+1667
* Add procctl to the list of programs built.sef1997-12-061-2/+2
* First checkin of the procctl program.sef1997-12-066-0/+178
* Changes to allow event-based process monitoring and control.sef1997-12-0615-20/+326
* Support an optional, sysctl enabled feature of idle process swapout. Thisdyson1997-12-064-33/+91
* Add some extra flags in the caching page.tegge1997-12-051-1/+5
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-0529-25/+52
* Const poisoning from ks_shortdesc.bde1997-12-051-2/+2
* Removed one `const' from the declaration of `ks_shortdesc'. The pointerbde1997-12-051-11/+12
* Moved declaration of M_IOV to a less bogus place. It belongs inbde1997-12-052-5/+9
* Needs to include <sys/lock.h> if we're using struct lock.jkh1997-12-053-3/+6
* Sync with sys/i386/conf/options.i386 revision 1.63.kato1997-12-052-2/+4
* Sync with sys/i386/boot/biosboot/boot.h and io.c revisions 1.23 andkato1997-12-052-15/+7
* Sync with sys/i386/i386/machdep.c and trap.c revisions 1.278 andkato1997-12-053-26/+23
* Document the new -f flag.dyson1997-12-051-1/+3
* Add an option to building PS, so that the upages are explicitly paged in onlydyson1997-12-052-13/+44
* Add new (very useful) tunable for pageout daemon. The flag changesdyson1997-12-051-18/+20
* Some fixes from John Hood:dyson1997-12-053-5/+8
* - Added entries for LinkSys ethernet card and Apex Data Modem.nate1997-12-052-2/+30
* Allow ipfw to accept comments and blank lines.julian1997-12-052-1/+7
* Make emacs work again. This is a workaround for the fact that thejdp1997-12-052-36/+66
OpenPOWER on IntegriCloud