| Commit message (Expand) | Author | Age | Files | Lines |
* | Two nits and disable isa probe due to its overly agressive claiming of | imp | 1999-12-28 | 2 | -4/+4 |
* | Correctly maintain state when manipulating linked lists. This fixes a | hoek | 1999-12-27 | 1 | -3/+8 |
* | Add ipsec_esp option to files which depend on crypto. | shin | 1999-12-27 | 1 | -15/+15 |
* | Initialize unitialized variable from prev. commit. | hoek | 1999-12-27 | 1 | -1/+1 |
* | Fixed breakage of static linkage of rlogind. Someone added -lutil and | bde | 1999-12-27 | 1 | -4/+5 |
* | Fixed some bugs (one serious one: timeouts were claimed to be executed at | bde | 1999-12-27 | 1 | -4/+41 |
* | Fix typo "," vs ";" | peter | 1999-12-27 | 2 | -2/+2 |
* | Fixed namespace pollution in rev.1.24 (don't implement <sys/signal.h> here). | bde | 1999-12-27 | 1 | -4/+5 |
* | Synced with sys/isa/sio.c rev 1.282. | kato | 1999-12-27 | 2 | -10/+96 |
* | Synced with sys/i386/isa/clock.c rev 1.148. This is a cosmetic change | kato | 1999-12-27 | 3 | -12/+48 |
* | Synced with sys/i386/conf/Makefile.i386 rev 1.169. | kato | 1999-12-27 | 2 | -22/+8 |
* | Synced with Makefile.i386. The following cleanups in Makefile.i386 | bde | 1999-12-27 | 2 | -6/+6 |
* | Add a bunch of `const's and fix a typo. | brian | 1999-12-27 | 16 | -26/+30 |
* | Don't allowt '#' as a comment when it's embedded in quotes: | brian | 1999-12-27 | 7 | -33/+34 |
* | Fix some typo's. | asmodai | 1999-12-27 | 1 | -2/+2 |
* | This should have been committed with related changes to .c files. | bde | 1999-12-27 | 1 | -1/+1 |
* | Changed the type used to represent the user stack pointer from `long *' | bde | 1999-12-27 | 4 | -20/+20 |
* | Fixed some type mismatches. p_retval[0] in struct proc has type | bde | 1999-12-27 | 4 | -36/+44 |
* | Connect up the bootforth glue and compile it, but don't initialize it | peter | 1999-12-27 | 1 | -3/+13 |
* | Add in missing ENABLE TARGET MODE opcode. | mjacob | 1999-12-27 | 1 | -0/+2 |
* | Tidy up some loose ends. nullfs_read/write were returning the wrong value. | peter | 1999-12-27 | 3 | -5/+7 |
* | Make this compile with -Wall -Werror | peter | 1999-12-27 | 1 | -1/+2 |
* | Reset the Zoom 56K modem when starting to use it. | julian | 1999-12-27 | 2 | -2/+6 |
* | kvm_mkdb(8) no longer exists (in .Xr) and kvm_nlist(8) has even less to do | peter | 1999-12-27 | 1 | -3/+1 |
* | Include opt_nfs.h | peter | 1999-12-27 | 1 | -0/+1 |
* | Remove kvm_mkdb as it isn't installed anymore. libkvm asks directly | peter | 1999-12-27 | 1 | -1/+0 |
* | Zap kvm_mkdb, it was for kvm_nlist's benefit, but now it goes direct | peter | 1999-12-27 | 7 | -730/+0 |
* | Zap the kvm_kernel.db juggling at 'make install' time, it isn't needed | peter | 1999-12-27 | 2 | -14/+0 |
* | Zap kvm_kernel.db stuff now that libkvm gets it directly from the running | peter | 1999-12-27 | 3 | -21/+0 |
* | Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb juggling | peter | 1999-12-27 | 11 | -129/+60 |
* | Correct an uninitialized variable use, which, unlike most times, is | green | 1999-12-27 | 1 | -4/+2 |
* | Recognize the GVC0505 (GVC 56k Faxmodem) as a sio device. | peter | 1999-12-27 | 2 | -0/+2 |
* | Add a new function dllockinit() for registering thread locking | jdp | 1999-12-27 | 15 | -46/+640 |
* | Add support of SB for PC98 into VoxWare 3.5, and more $FreeBSD$. | tanimura | 1999-12-27 | 6 | -1/+85 |
* | Fixed stripping of aout debugging kernels. | bde | 1999-12-26 | 3 | -12/+12 |
* | Fixed spelling error in document title. | bde | 1999-12-26 | 1 | -2/+2 |
* | Fix tab completion mounts (like /cdrom/) | eivind | 1999-12-26 | 2 | -0/+2 |
* | Don't include <isa/isavar.h> or compile code depending on it when isa | bde | 1999-12-26 | 8 | -2/+42 |
* | Moved $FreeBSD$ to its usual place after the CSRG id. | bde | 1999-12-26 | 1 | -9/+9 |
* | Update the cvs pserver example so that it gives some more obvious clues | peter | 1999-12-26 | 1 | -3/+5 |
* | Updated a comment to match code. | bde | 1999-12-26 | 1 | -1/+1 |
* | Removed unused includes. | bde | 1999-12-26 | 1 | -26/+12 |
* | Use vfs_timestamp() instead of getnanotime() to set timestamps. This | bde | 1999-12-26 | 1 | -3/+4 |
* | Replaced the INTRMASK and INTRUNMASK macros by "|" and "&~" operations. | bde | 1999-12-26 | 6 | -16/+8 |
* | Fixed breakage of read-only opening of /dev/*mem at securelevel > 0 in | bde | 1999-12-26 | 2 | -6/+8 |
* | Fix a mistake in the PNP EISA-encoding of the Avance ALS120 id. | peter | 1999-12-26 | 1 | -1/+1 |
* | Removed ex script left over from incomplete backout in previous commit. | bde | 1999-12-26 | 1 | -5/+2 |
* | Oops, deactivate ed drivers because of undefiend references from | kato | 1999-12-26 | 2 | -22/+22 |
* | Added Allied Telesis SIU-98-D support. | kato | 1999-12-26 | 3 | -25/+42 |
* | A missing verb to a sentence from last commit. | hoek | 1999-12-26 | 1 | -1/+2 |