summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reviewed by: bde (again)grog1998-09-111-2/+2
* Reviewed by: bde,jkhgrog1998-09-112-7/+22
* Silence -Wall -W -Wkitchen-sink. Use ssize_t in preference to int,imp1998-09-111-9/+7
* Define PBUFSIZ in terms of MAXPATHLEN rather than hard coding it toimp1998-09-111-4/+5
* $@ -> ${.TARGET}imp1998-09-112-35/+35
* $* -> ${.PREFIX}imp1998-09-111-1/+1
* Remove definition of malloc and realloc. Instead include stdlib.h.imp1998-09-111-5/+4
* $@ -> ${.TARGET}imp1998-09-111-2/+2
* Change obsolete $@ to ${.TARGET}.imp1998-09-111-1/+1
* Don't trust TMPDIR if we're setuid root. This is used only for theimp1998-09-111-2/+3
* Narrow down conditions to break wait() to process traps.cracauer1998-09-102-5/+6
* Revive hierarchy again.ache1998-09-102-5/+6
* make the fla stuff actually work.phk1998-09-102-12/+12
* Fixed breakage of %CPU and %MEM in the previous commit. sysctlbyname()bde1998-09-101-5/+11
* Fix bogus length restriction on readlink. Use sizeof(buf) - 1 ratherimp1998-09-101-1/+1
* Fixed ownership of share/man/man1aout.bde1998-09-101-2/+2
* Fix an inefficiency I introduced in my last commit.cracauer1998-09-102-10/+6
* The fix in the previous commit was not sufficient; the upper 24 bitsyokota1998-09-101-14/+9
* Pass the correct argument to npxsave(), otherwise vm86pcb will beyokota1998-09-101-2/+4
* Oops missed a line in the previous commitsos1998-09-103-3/+6
* Dorkus sum. I managed to commit an earlier version of this. This fixes themarkm1998-09-105-9/+9
* Ensure that m_nextpkt is set to NULL after reassembling fragments.dfr1998-09-101-1/+3
* Update info on the bt848 driver.sos1998-09-103-21/+57
* Changed METEORSINPUT for Hauppauge cards with bt878.sos1998-09-104-50/+112
* Correct SECAM B-Delay and add XUSSR channel set.sos1998-09-105-9/+76
* Note ELF, Perl5 and Atapi tape support.jkh1998-09-101-0/+14
* (1) Add MLINKS support.asami1998-09-101-13/+96
* Don't keep the underlying directory locked while performing the filetegge1998-09-103-9/+34
* Don't allow longjmp into a no longer valid stack frame.tegge1998-09-101-0/+1
* I don't want to be the only one to use ``cut''. Use ``sed'' instead.obrien1998-09-102-4/+3
* Add ``usr/bin/cut'' to "build-tools" target.obrien1998-09-101-1/+2
* Reflect realitybrian1998-09-091-11/+5
* Mention some of the major changes to ppp for 3.0brian1998-09-091-1/+6
* Disable kernel_secure_level unless explicitly set in rc.conf. Previously,jraynard1998-09-091-2/+2
* Mention which system interface functions are signal-safe.brian1998-09-091-1/+103
* Fixed the usual missing permissions checks in mount(). As for cd9660,bde1998-09-092-2/+70
* Remove the NOPERL block to building Perl5.markm1998-09-092-8/+2
* Add the wst device (ATAPI tape)sos1998-09-092-6/+34
* Major numbers allocated for generic SMB/I2C i/onsouch1998-09-092-2/+6
* Major number allocated for generic SMB i/o -> 106nsouch1998-09-091-5/+3
* Major number allocated for generic I2C i/o -> 105nsouch1998-09-091-5/+4
* Document a number of VM sysctl variables with help from old emailsghelmer1998-09-091-1/+38
* Add the dirs for Perl5.markm1998-09-091-5/+111
* Add libperl for Perl5.markm1998-09-091-1/+2
* options changed with the new AMD.obrien1998-09-091-1/+1
* Add the Perl5 bootstrap tools.markm1998-09-091-3/+4
* getopt returns -1 not EOFimp1998-09-091-2/+2
* Add dependency for subr_bus.c on bus_if.h and device_if.h so that a makeimp1998-09-091-1/+2
* Print warning about block size not being optimal once per open rather thanimp1998-09-092-6/+16
* Fix fencepost error in readlink; inspired by OpenBSDimp1998-09-091-1/+1
OpenPOWER on IntegriCloud