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