summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a new option "-f hints_file" to specify an alternate file instead ofjdp1996-10-104-74/+74
* Added a bdev and cdev for "geometry disk", my generic disk geometry subsystem.phk1996-10-102-4/+6
* Implement the 802.3 MIB in a way that uses the generic interfacewollman1996-10-102-6/+34
* Allow shell commands in all modes.sos1996-10-101-3/+3
* Don't include "opt_cpu.h" in <machine/clock.h>, since this breaks lkm's.bde1996-10-105-9/+11
* Added missing include of "opt_cpu.h". I missed it because PERFMONbde1996-10-101-1/+3
* Whups, do what I really intended for the copyright string argument herejkh1996-10-101-1/+1
* Ahem. It might be nice if I included /usr/src/contrib in with the otherjkh1996-10-1011-50/+69
* Send PASV instead of PASSIVE.jkh1996-10-101-2/+2
* Fixed spelling errors in function names in previous commit.bde1996-10-101-4/+4
* Fix a bug that caused a segmentation violation if dlsym() was calledjdp1996-10-102-4/+4
* The recent change to clock.h to include opt_cpu.h (bug!!!) uncovered apst1996-10-101-5/+2
* Correct the intro text so user is not encouraged to step off cliffs.jkh1996-10-091-7/+8
* Another round of updates. Highlights:asami1996-10-0948-760/+1527
* Use -mdoc macros properly.wollman1996-10-094-52/+63
* Add two entries about ccd.asami1996-10-091-2/+45
* Enable NIS supportpst1996-10-091-3/+5
* Put I*86_CPU defines in opt_cpu.h.bde1996-10-0929-37/+82
* Oops, this wasn't supposed to have -Wcast-qual yet.bde1996-10-092-4/+4
* Added new documented options I586_OPTIMIZED_BCOPY and I586_OPTIMIZED_BZERO.bde1996-10-095-5/+46
* Get rid of obsolete RTF_MASK and RTF_CHAINDELETE flags.wollman1996-10-091-3/+3
* Accept 'Q' or 'ESC' in intro screen as a "Jane, stop this crazy thing!"jkh1996-10-091-4/+8
* Enable the i586-optimized bcopy if the cpu is a "586" and optionbde1996-10-092-8/+32
* Remove reference to oobsolete RTF_MASK flag (soon to be removed).wollman1996-10-091-2/+1
* Added i586-optimized bcopy() and bzero().bde1996-10-093-168/+861
* Require that a timezone specified via the TZ envariable be a regularwollman1996-10-091-1/+7
* Add orandom(), osrandom(), etc.ache1996-10-091-3/+7
* Improve seeding, the random sequence did not vary matchache1996-10-092-14/+75
* Don't claim the console when the driver is disabled. The getc/putcbde1996-10-094-7/+7
* DTRT if ESC is hit in a Yes/No dialog.jkh1996-10-0918-42/+48
* Fix searching for shell quoting characters. I guess it waswosch1996-10-093-21/+43
* Added option PROBE_KEYBOARD_LOCK which gives a serial console if thebde1996-10-082-2/+16
* Saved about 160 bytes by using the gcc-2.7 alignment options.bde1996-10-081-2/+2
* Print the dos device number for read failures.bde1996-10-081-2/+3
* Fix an error in the description of "h_errno". Add "const" to a fewjdp1996-10-081-4/+4
* Removed unused arg to badsect(). It wasted 16 bytes.bde1996-10-082-7/+7
* Use the same warning flags as for the kernel. This causes surprisinglybde1996-10-081-1/+3
* Oops, forgot to cvs add bsd.kern.mk.bde1996-10-082-0/+30
* Centralized the definition of CWARNFLAGS into bsd.kern.mk.bde1996-10-086-47/+17
* Fixed pessimized (short) i/o port types.bde1996-10-084-9/+7
* Fix a macro error in HISTORY section.wollman1996-10-081-2/+2
* Delete stale rt_metrics and route flag descriptions and replace them withwollman1996-10-081-34/+14
* Add an rtentry(9) page to describe the structure of a routing-tablewollman1996-10-083-4/+292
* Don't mention tcpdump; this is for groff.bde1996-10-081-1/+1
* Yet another attempt to remove the old libraries correctly. libfoo.*bde1996-10-082-5/+7
* Add a -p to the amd invocation, it's not optional since we are expectingpeter1996-10-081-2/+2
* Some tweaks after having run a YP-only system with quotas:peter1996-10-081-15/+19
* Fix a typo. Oops.sef1996-10-081-2/+2
* Document what I believe to be the interface of rtalloc*.wollman1996-10-082-2/+203
* Fix the case where fsck would not see sparse directories and the kernel wouldguido1996-10-0816-5/+220
OpenPOWER on IntegriCloud