| Commit message (Expand) | Author | Age | Files | Lines |
* | Check the return value of tsleep() in snpread(). This may be | dd | 2001-11-24 | 1 | -1/+4 |
* | Return EBUSY if we try to attach to a tty that is already being | dd | 2001-11-24 | 1 | -0/+2 |
* | Create a snpbasedev variable which holds a reference to the first snp | dd | 2001-11-24 | 1 | -3/+9 |
* | Revert incorrect KSEfication: realitexpire expects a struct proc *, not a | des | 2001-11-24 | 1 | -1/+1 |
* | Submitted by:David E. O'Brien | groudier | 2001-11-24 | 1 | -4/+4 |
* | Since we used '#ifdef __i386__', don't close with '#endif /* !__alpha__ */' | dfr | 2001-11-24 | 1 | -1/+1 |
* | Whitespace change - replace leading spaces with tabs. | luigi | 2001-11-24 | 1 | -6/+6 |
* | Remove the use of _PATH_DEV in the example. | obrien | 2001-11-24 | 2 | -4/+4 |
* | The Olympus C-1 digital camera uses a non-standard BBB command-status | iedowse | 2001-11-23 | 1 | -0/+17 |
* | Regen. | iedowse | 2001-11-23 | 2 | -2/+9 |
* | Add Olympus C-1. | iedowse | 2001-11-23 | 1 | -0/+1 |
* | Add suspend/resume code mostly merged from fxp driver. | iwasaki | 2001-11-23 | 2 | -0/+79 |
* | Fixed a buffer overrun. In my kernel configuration, tcp_syncache happens | bde | 2001-11-23 | 1 | -1/+1 |
* | Add support for the `restrict' type qualifier, new in C99. | mike | 2001-11-23 | 1 | -0/+14 |
* | Validate requested sleep state in acpi_SetSleepState() to avoid reentry | iwasaki | 2001-11-23 | 1 | -0/+3 |
* | Expand the comment on the layout of softc, arpcom and ifnet structures, | luigi | 2001-11-22 | 1 | -0/+15 |
* | Fix typo introduced with last commit. | orion | 2001-11-22 | 1 | -5/+3 |
* | Add disabling code via the debug.acpi.disable environment variable. | iwasaki | 2001-11-22 | 1 | -0/+1 |
* | When mkdir()-ing, the parent dir gets is linkcount increased. | guido | 2001-11-22 | 1 | -1/+1 |
* | Introduce a syncache, which enables FreeBSD to withstand a SYN flood | jlemon | 2001-11-22 | 13 | -1068/+1912 |
* | The DEC kn300 has special code for console handling hardcoded here, so add | jlemon | 2001-11-22 | 1 | -0/+1 |
* | Bump the CD boot loader up to 1.1 so that the FICL upgrade a while back | jhb | 2001-11-21 | 1 | -0/+1 |
* | Add driver for Granch SBNI12-xx ISA and PCI network adapters. | fjoe | 2001-11-21 | 10 | -0/+1924 |
* | - Utilize the great M_ZERO flag rather than allocating memory then do | arr | 2001-11-21 | 1 | -2/+1 |
* | Move initialization of snd_recover into tcp_sendseqinit(). | jlemon | 2001-11-21 | 3 | -3/+1 |
* | Fix an off-by-bit error in the AGP_MODE_[GS]ET_RATE() macros. | ru | 2001-11-21 | 1 | -2/+2 |
* | Recognize the "fixed" geometry in boot1 so that DD disks are not | peter | 2001-11-21 | 1 | -5/+30 |
* | Correct extmode initialization. | orion | 2001-11-21 | 1 | -4/+6 |
* | Emit a warning if invalid mode passed to ac97_setextmode. | orion | 2001-11-21 | 1 | -3/+6 |
* | Set extmode according to extcaps. Fixes codec sample rate failures | orion | 2001-11-21 | 1 | -2/+2 |
* | We only have slices on i386 and IA-64. | obrien | 2001-11-20 | 2 | -2/+10 |
* | Convert BSD trap codes to i386. | pb | 2001-11-20 | 1 | -2/+41 |
* | Comment out some bogus entries. somehow they match everything, which | imp | 2001-11-20 | 1 | -5/+4 |
* | Weed out those pccard entries that match everything. These are too | imp | 2001-11-20 | 1 | -0/+9 |
* | Disabled tagged commands for Hitachi Jura-C series with J8A8 firmware. | dg | 2001-11-19 | 1 | -0/+10 |
* | Reference lomac in its new location. | green | 2001-11-19 | 30 | -6579/+6 |
* | This commit was generated by cvs2svn to compensate for changes in r86629, | green | 2001-11-19 | 27 | -0/+6714 |
|\ |
|
| * | Import LOMAC preliminary release 2.0.0 in src/sys/security. These files may | green | 2001-11-19 | 27 | -0/+6714 |
* | Back out revision 1.117; the correct solution is to upgrade the | iedowse | 2001-11-19 | 1 | -9/+0 |
* | The "lomac" module compiles fine on Alpha, too. | green | 2001-11-19 | 1 | -1/+1 |
* | Support MELCO LUA2-TX USB ethernet adaptor. | sumikawa | 2001-11-19 | 2 | -32/+45 |
* | Regen. | sumikawa | 2001-11-19 | 2 | -2/+9 |
* | Add Melco LUA2-TX5. | sumikawa | 2001-11-19 | 1 | -0/+1 |
* | Add module "lomac" to the modules Makefile, i386 section. If someone on | green | 2001-11-19 | 1 | -0/+1 |
* | Depend on vnode_if.h. | green | 2001-11-19 | 1 | -1/+1 |
* | Use appropriaate include path for syscall_gate.h | green | 2001-11-19 | 1 | -1/+1 |
* | Upper case the FreeBSD loader prompt. | obrien | 2001-11-19 | 2 | -2/+2 |
* | Deal with a few issues that cropped up following the recent changes | iedowse | 2001-11-19 | 2 | -14/+70 |
* | Make kevents on pipes work as described in the manpage - when the last | sobomax | 2001-11-19 | 1 | -0/+1 |
* | s/code/ucode/ (last minute typo) | peter | 2001-11-19 | 1 | -2/+2 |