aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adjust for kern.ps_strings and PS_STRINGS not being a pointer. ThisBruce Evans1998-12-161-17/+12
* Generalize the if_up() and if_down() functions under the namesPoul-Henning Kamp1998-12-162-15/+42
* Add missing "break"s to allow multicast routing to work.Bill Fenner1998-12-161-1/+3
* Probable fix for the "cdda2wav" panics that various people have beenKenneth D. Merry1998-12-161-47/+39
* Declare setproctitle() as printf0-like.Bruce Evans1998-12-161-2/+2
* Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This isBruce Evans1998-12-162-16/+14
* Document securelevel 3.Guy Helmer1998-12-161-2/+2
* Mention affect of securelevel 3 and higher on attempts to change filter lists.Guy Helmer1998-12-161-0/+6
* Mention securelevel 3 as affecting ipfw and dummynet. Generalize commentGuy Helmer1998-12-161-2/+11
* Removed the cast to a pointer in the definition of PS_STRINGS andBruce Evans1998-12-1612-28/+25
* Removed all traces of SYSCTL_INTPTR(). Pointers can't really be passedBruce Evans1998-12-162-11/+5
* Implement and document fetchStatFTP.Dag-Erling Smørgrav1998-12-162-49/+132
* Removed bogus casts of USRSTACK and/or the other operand in binaryBruce Evans1998-12-169-43/+34
* Sync with current sc driver in sys/i386/isa.KATO Takenori1998-12-165-1567/+1499
* Make it possible to have separate install scripts as well as haveJordan K. Hubbard1998-12-1610-54/+310
* Best version so far. Flicker floor is now 2e-12.Poul-Henning Kamp1998-12-161-15/+28
* Remove appending objformat to obj prefix forAndrey A. Chernov1998-12-161-2/+2
* Remove unused header files. Fix a few shadowing bugs. Improve error reporting.Dag-Erling Smørgrav1998-12-162-57/+30
* Add verbose flag, and support functions.Dag-Erling Smørgrav1998-12-1610-59/+109
* Removed dynamic loading of FileHandleNick Hibma1998-12-161-4/+2
* As previously threatened, clean up the rshd -a option and make it defaultPeter Wemm1998-12-163-111/+50
* Update to note which specific brand of IDE drive does this.Jordan K. Hubbard1998-12-161-1/+1
* Old stuff laying around: Don't use getstr which can conflict with somePeter Wemm1998-12-164-12/+12
* Old stuff laying around: Don't use a function called getstr(), that hasPeter Wemm1998-12-162-7/+7
* Old stuff from a source tree: copy (verbatum) the code to expand thePeter Wemm1998-12-162-4/+62
* Old nit lying around in a source tree: Slightly optimize the number ofPeter Wemm1998-12-161-13/+15
* Old nit lying around: Don't override the gname when it's the same as thePeter Wemm1998-12-161-2/+2
* Old stuff laying around: Don't override /tmp to the same uid/gid as thePeter Wemm1998-12-161-2/+2
* Old stuff lying around a source tree:Peter Wemm1998-12-162-5/+11
* Cleaning out old stuff from one of my source trees:Peter Wemm1998-12-161-5/+14
* Added /usr/share/examples/portal to mtreeMatthew Dillon1998-12-161-1/+3
* Add support for building on MIPS based systems.Warner Losh1998-12-162-2/+16
* Free memory from getmode.Warner Losh1998-12-161-1/+2
* Free memory from setmode.Warner Losh1998-12-161-1/+2
* Return memory from setmode.Warner Losh1998-12-161-0/+1
* Fix two possible non-exploitable buffer overflows.Warner Losh1998-12-161-3/+5
* Free memory from setmode.Warner Losh1998-12-161-2/+3
* Use getcwd in stead of using getwd so that we try harder to avoidWarner Losh1998-12-161-2/+2
* Free memory obtained from setmode.Warner Losh1998-12-162-2/+4
* Add reminder to return memory allocated by this call.Warner Losh1998-12-161-1/+10
* The perlinterp option builds and works, but I'm not so sure how it'll goPeter Wemm1998-12-161-5/+6
* Make this work with the perl5 in the source tree - the API has "evolved"Peter Wemm1998-12-162-3/+7
* Disable build/install of boot.help until we sort out how to construct itMike Smith1998-12-161-10/+10
* vxalloc() can return NULL. Deal with it.Eivind Eklund1998-12-162-2/+6
* Fix possible NULL-pointer deref in error case (same as DEVFS).Eivind Eklund1998-12-162-4/+4
* Avoid NULL-pointer dereference on error condition.Eivind Eklund1998-12-151-2/+2
* Remove signal mask prior to calling execMatthew Dillon1998-12-151-1/+2
* Fix a rather bad latency problem (uncovered by the recent timer commit).Brian Somers1998-12-151-2/+2
* Add portal exampleMatthew Dillon1998-12-152-0/+67
* Add pt_tcplisten.c functionality, fix a few minor bugsMatthew Dillon1998-12-1521-33/+702