summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for building test programs.jb1998-08-253-0/+24
* Fix for sigwait problem.jb1998-08-259-51/+297
* Add the prototype for sigwait().jb1998-08-251-0/+1
* Improve bookkeeping of in_waitcmd and style fixes.cracauer1998-08-257-27/+41
* Re-enable killing childs with SIGQUIT. Spotted by Bruce Evans.cracauer1998-08-251-2/+2
* The length argument to sysctl is now size_t.dfr1998-08-252-3/+6
* Change length arguments to sysctl to size_t.dfr1998-08-252-10/+42
* New major number for SR4 streams emulation.msmith1998-08-242-2/+4
* Got two volatile sig_atomic_t and int mixed up. Spotted by Gary Palmer.cracauer1998-08-242-4/+4
* Last commit managed to get mangled somehow.phk1998-08-242-4/+8
* - #define mask of enabled interrupts/indications in if_xlreg.h instead ofwpaul1998-08-242-22/+40
* Remove the last remaining evidence of B_TAPE.phk1998-08-243-31/+7
* Remove the last remaining evidence of B_TAP.phk1998-08-242-8/+8
* Only claim PPS_HARDPPSONASSERT if we're compiled with PPS_SYNCphk1998-08-241-1/+5
* Check the text segment size of the executable and the process. Ifwosch1998-08-242-2/+18
* Do not exit on SIGINT in non-interactive shells, fixes PR 1206,cracauer1998-08-249-45/+92
* When exiting on SIGINT, exit with signal statuscracauer1998-08-246-11/+31
* Add atomic.s.dfr1998-08-242-2/+4
* Remove a useless ifdef which made struct disklabel have a differentdfr1998-08-243-15/+3
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-2424-201/+714
* Regnerate.dfr1998-08-246-13/+13
* Fix a few syscall arguments to use size_t instead of u_int.dfr1998-08-241-6/+6
* Add partial KLD support for ELF. The module loading is not written yet.dfr1998-08-242-0/+1006
* Re-implement tcp and ip fragment reassembly to not store pointers in thedfr1998-08-249-248/+215
* Don't try to run ldconfig if it doesn't exist. Useful for elf platforms.gpalmer1998-08-241-9/+11
* Use a relative path to bsd.kern.mk if the relative mk directory exists.bde1998-08-243-3/+15
* Support printf format checking of FreeBSD kernel formats %[Dbrz].bde1998-08-243-2/+69
* Removed support for the gcc-2.[0-4] keywords __dead and __pure. Theybde1998-08-241-22/+17
* Shut this thing up, like the other LKMsjkh1998-08-242-4/+4
* Fixed syntax errors (__dead should have gone away years ago, andbde1998-08-241-2/+2
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-2432-160/+198
* Describe what constitues an exceptional condition.steve1998-08-241-0/+2
* The host commandline option is -h and not -s.steve1998-08-241-2/+2
* * Check getopt()'s return with -1, not EOFobrien1998-08-238-22/+27
* more files we don't need.obrien1998-08-231-0/+1
* Two more files FreeBSD doesn't need.obrien1998-08-231-1/+1
* upgrade instructions.obrien1998-08-231-0/+107
* This commit was generated by cvs2svn to compensate for changes in r38494,obrien1998-08-23153-0/+63365
|\
| * Virgin import of AMD (am-utils) v6.0a16obrien1998-08-23153-0/+63365
* remove bdevsw arg from dsopen();phk1998-08-2310-30/+22
* Use address space numbers to reduce TLB flushes.dfr1998-08-233-86/+198
* Quick hack to allow netstat to compile once more: ifdef out MT_SOOPTSgpalmer1998-08-231-1/+3
* Don't check minor number of dump device at all.des1998-08-233-16/+3
* Enabled Lite2 fix for reading from dead ttys.bde1998-08-234-42/+6
* Fixed printf format errors.bde1998-08-238-16/+16
* Fixed printf format errors. `struct eisa_device' uses a strange typebde1998-08-232-16/+16
* Fixed printf format errors.bde1998-08-232-37/+47
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-2326-186/+216
* Removed cxpoll(). Just use ttpoll() like all other tty drivers. It'sbde1998-08-231-11/+1
* Attempt to fix my breakage of the alpha makebootarea() in rev.1.19.bde1998-08-232-14/+14
OpenPOWER on IntegriCloud