summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support for the `restrict' type qualifier, new in C99.mike2001-11-231-0/+14
* Validate requested sleep state in acpi_SetSleepState() to avoid reentryiwasaki2001-11-231-0/+3
* Expand the comment on the layout of softc, arpcom and ifnet structures,luigi2001-11-221-0/+15
* Fix typo introduced with last commit.orion2001-11-221-5/+3
* Add disabling code via the debug.acpi.disable environment variable.iwasaki2001-11-221-0/+1
* When mkdir()-ing, the parent dir gets is linkcount increased.guido2001-11-221-1/+1
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodjlemon2001-11-2213-1068/+1912
* The DEC kn300 has special code for console handling hardcoded here, so addjlemon2001-11-221-0/+1
* Bump the CD boot loader up to 1.1 so that the FICL upgrade a while backjhb2001-11-211-0/+1
* Add driver for Granch SBNI12-xx ISA and PCI network adapters.fjoe2001-11-2110-0/+1924
* - Utilize the great M_ZERO flag rather than allocating memory then doarr2001-11-211-2/+1
* Move initialization of snd_recover into tcp_sendseqinit().jlemon2001-11-213-3/+1
* Fix an off-by-bit error in the AGP_MODE_[GS]ET_RATE() macros.ru2001-11-211-2/+2
* Recognize the "fixed" geometry in boot1 so that DD disks are notpeter2001-11-211-5/+30
* Correct extmode initialization.orion2001-11-211-4/+6
* Emit a warning if invalid mode passed to ac97_setextmode.orion2001-11-211-3/+6
* Set extmode according to extcaps. Fixes codec sample rate failuresorion2001-11-211-2/+2
* We only have slices on i386 and IA-64.obrien2001-11-202-2/+10
* Convert BSD trap codes to i386.pb2001-11-201-2/+41
* Comment out some bogus entries. somehow they match everything, whichimp2001-11-201-5/+4
* Weed out those pccard entries that match everything. These are tooimp2001-11-201-0/+9
* Disabled tagged commands for Hitachi Jura-C series with J8A8 firmware.dg2001-11-191-0/+10
* Reference lomac in its new location.green2001-11-1930-6579/+6
* This commit was generated by cvs2svn to compensate for changes in r86629,green2001-11-1927-0/+6714
|\
| * Import LOMAC preliminary release 2.0.0 in src/sys/security. These files maygreen2001-11-1927-0/+6714
* Back out revision 1.117; the correct solution is to upgrade theiedowse2001-11-191-9/+0
* The "lomac" module compiles fine on Alpha, too.green2001-11-191-1/+1
* Support MELCO LUA2-TX USB ethernet adaptor.sumikawa2001-11-192-32/+45
* Regen.sumikawa2001-11-192-2/+9
* Add Melco LUA2-TX5.sumikawa2001-11-191-0/+1
* Add module "lomac" to the modules Makefile, i386 section. If someone ongreen2001-11-191-0/+1
* Depend on vnode_if.h.green2001-11-191-1/+1
* Use appropriaate include path for syscall_gate.hgreen2001-11-191-1/+1
* Upper case the FreeBSD loader prompt.obrien2001-11-192-2/+2
* Deal with a few issues that cropped up following the recent changesiedowse2001-11-192-14/+70
* Make kevents on pipes work as described in the manpage - when the lastsobomax2001-11-191-0/+1
* s/code/ucode/ (last minute typo)peter2001-11-191-2/+2
* Initial cut at calling the EFI-provided FPSWA (Floating Point Softwarepeter2001-11-193-7/+163
* Lookup the EFI_FPSWA driver and pass the interface pointer through to thepeter2001-11-197-0/+110
* Use some (now) spare space for passing through a pointer to the FPSWApeter2001-11-191-1/+2
* Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfopeter2001-11-195-23/+1
* Fix a dependency violation, same as in libefi/elf_freebsd.c a while back.peter2001-11-192-0/+2
* This is used in C, not C++. functions with no args have func(void) in ourpeter2001-11-191-0/+1
* Add NEWCARD support to awi.imp2001-11-191-3/+36
* Create a module for awi.imp2001-11-191-0/+12
* Update to 1.23 pccarddevsimp2001-11-191-1/+2
* Add ZOOM as one of the bgous vendorsimp2001-11-191-0/+1
* Add Linksys Instant Wireless Network PC Card from NetBSDimp2001-11-191-0/+1
* Update to 1.22 pccarddevsimp2001-11-191-3/+2
* Nits to make it whitespace compatible with what I'm about to commit to NetBSDimp2001-11-191-2/+1
OpenPOWER on IntegriCloud