summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* peter pointed out that I missed a hard coded location for the memory.imp2001-11-261-4/+5
* First part of patches to make sio grok 16-bit serial cards underimp2001-11-263-3/+33
* Make the address we kludily allocate in pccbb be a #define for easierimp2001-11-261-3/+5
* Fix POLA - when selecting line into syscons' cut'n'paste buffer (doublesobomax2001-11-251-0/+4
* DEVFS has resurfaced.dd2001-11-252-8/+0
* Address two minor issues: implement the _PC_NAME_MAX and _PC_PATH_MAXdd2001-11-251-2/+29
* Context:bmilekic2001-11-251-1/+2
* convert holdsock() to fget(). Add XXX reminder for future socket locking.dillon2001-11-241-3/+6
* Add suspend/resume support.iwasaki2001-11-241-4/+67
* Patch to allow the ed driver interrupt routine to terminate if theimp2001-11-241-4/+17
* Check the return value of tsleep() in snpread(). This may bedd2001-11-241-1/+4
* Return EBUSY if we try to attach to a tty that is already beingdd2001-11-241-0/+2
* Create a snpbasedev variable which holds a reference to the first snpdd2001-11-241-3/+9
* Revert incorrect KSEfication: realitexpire expects a struct proc *, not ades2001-11-241-1/+1
* Submitted by:David E. O'Briengroudier2001-11-241-4/+4
* Since we used '#ifdef __i386__', don't close with '#endif /* !__alpha__ */'dfr2001-11-241-1/+1
* Whitespace change - replace leading spaces with tabs.luigi2001-11-241-6/+6
* Remove the use of _PATH_DEV in the example.obrien2001-11-242-4/+4
* The Olympus C-1 digital camera uses a non-standard BBB command-statusiedowse2001-11-231-0/+17
* Regen.iedowse2001-11-232-2/+9
* Add Olympus C-1.iedowse2001-11-231-0/+1
* Add suspend/resume code mostly merged from fxp driver.iwasaki2001-11-232-0/+79
* Fixed a buffer overrun. In my kernel configuration, tcp_syncache happensbde2001-11-231-1/+1
* 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
OpenPOWER on IntegriCloud