summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | MFS: I was confused. This code wasn't in -current after all.imp2001-11-263-15/+42
* | Back out 1.88 (NO_SYNC_CACHE quirk for Infortrend IFT-3102). Sinceiedowse2001-11-261-8/+0
* | Split the sio driver for pc98 into bus front end and back end.nyan2001-11-269-554/+362
* | Restore the ability to use IP_FW_ADD with setsockopt(2) that gotru2001-11-261-0/+1
* | bde suggests that sio really wants to manage its own softc. Thisimp2001-11-265-126/+152
* | Make the start memory address that we use configurable via a bootimp2001-11-261-5/+16
* | Only call pccard_function_disable when we have a configured configimp2001-11-261-3/+6
* | Experimental patch to try to properly clip the range of the memoryimp2001-11-261-0/+4
* | style(9) fixes:imp2001-11-261-162/+148
* | o Add #include <sys/systm.h> to fix a warning about printf() beingrwatson2001-11-261-0/+1
* | o Add 'kern.maxusers' to the list of commented out sample tunablerwatson2001-11-261-0/+1
* | 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
OpenPOWER on IntegriCloud