summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-2341-1123/+1238
* First cut (aka hack) at getting make release building on the alpha. Don'tgpalmer1998-08-231-1/+9
* Pass me the pointy hat with the extra sequins. Just a moment, while I getmckay1998-08-221-6/+20
* Correct/clarify some comments.mckay1998-08-221-3/+3
* Nuke unsupported architecture filesgpalmer1998-08-222-493/+0
* Building `compat' on alpha is meaningless (they are i386 libraries)gpalmer1998-08-221-2/+3
* Remove bogus unused code.dfr1998-08-221-17/+1
* Minor tweaks to track a couple of i386 changes and to make it compile.dfr1998-08-228-21/+38
* Try to make this compile on both alpha and i386gpalmer1998-08-212-4/+4
* Add BREAK_TO_DEBUGGER so that config stops whininggpalmer1998-08-212-2/+6
* Consolidate the two malloc()s that are done when allocatingbrian1998-08-213-20/+13
* Make ``show mem'' display the number of packets allocated as well as thebrian1998-08-211-11/+15
* Fix ``lp=port@machine'' syntax and mention it in printcap(5).brian1998-08-212-3/+14
* Increase the number of descriptors (and, as a consequence, the numberwpaul1998-08-211-2/+2
OpenPOWER on IntegriCloud