summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove extra copy of code.imp2004-04-131-7/+0
* Enable the sx driver on i386 and pc98.nyan2004-04-132-1/+5
* Use headers from the kernel source tree rather than installed headers.des2004-04-131-1/+1
* route.h: introduce a macro, SA_SIZE(struct sockaddr *) which returnsluigi2004-04-133-14/+19
* Add support for the Promise command sequencer present on all modern Promisesos2004-04-1312-270/+625
* Bump __FreeBSD_version on behalf of the new .warning directive in make(1).ru2004-04-131-1/+1
* Fix off by one error, twice.imp2004-04-121-2/+2
* Do not drop Giant around the poll method yet, we're not ready for it.phk2004-04-121-2/+2
* MFp4:imp2004-04-121-4/+15
* Improve reading of CIS cards:imp2004-04-121-3/+10
* remove an almost-duplicate piece of code by setting the loopluigi2004-04-121-16/+10
* in rtinit(), remove one useless variable, and move a few othersluigi2004-04-121-9/+9
* stop() no longer needs sched_lock held; in fact, holding sched_lock causescperciva2004-04-121-3/+2
* Count outgoing link-level broadcast packets in if_omcasts.ru2004-04-121-1/+1
* Don't send the available space as is in the FSSTAT call. Undermux2004-04-121-2/+14
* Fix "sleeping without a mutex" panic.markm2004-04-121-3/+6
* Remove a check for the return value added in rev 1.41. It's not an errornjl2004-04-121-8/+1
* Move sx to i386/NOTES for the moment. I missed theimp2004-04-122-2/+4
* Bump __FreeBSD_version for getgrent(3) removal. I doubt anythingmux2004-04-111-1/+1
* Belatedly remove the getvfsent(3) API. All the consumers have beenmux2004-04-111-6/+0
* Put struct ovfsconf inside BURN_BRIDGES as well.mux2004-04-111-0/+2
* Put deprecated sysctl code inside BURN_BRIDGES.mux2004-04-111-3/+5
* Implemented per-interface polling(4) control.ru2004-04-111-5/+13
* Implemented per-interface polling(4) control.ru2004-04-112-2/+23
* Add sx driver, since it looks like it should work on allimp2004-04-111-0/+2
* Update to recent driver api changes.imp2004-04-112-25/+11
* Add glue for new sx driver.imp2004-04-112-0/+5
* Use vm_page_hold() rather than vm_page_wire() for short-duration pagealc2004-04-111-2/+2
* Frank Mayhar's <frank@exit.com> sx driver for older Specialiximp2004-04-117-0/+3230
* Implemented per-interface polling(4) control.ru2004-04-111-1/+12
* Add note about why we're ignoring the below 1MB bit.imp2004-04-111-0/+19
* Fixed resetting of the watchdog timer and queue full flag.ru2004-04-111-7/+4
* Commit import of OpenBSD-stable fix:mlaier2004-04-111-6/+11
* Unbreak build: s/TAILQ_ISEMPTY/TAILQ_EMPTY/gmarcel2004-04-111-1/+1
* In 4.x, if_ipending is used to track network interrupt state. In 5.x,rwatson2004-04-111-7/+0
* Stop xe claiming ownership of every card passed to xe_pccard_match.rsm2004-04-111-1/+1
* Compare IFF_POLLING flag with ifp->if_flags rather than ifp->if_ipending,rwatson2004-04-111-3/+3
* Implemented per-interface polling(4) control.ru2004-04-111-1/+12
* Include nehemiah.c only on i386, as is done for the non-modulesmarcel2004-04-111-0/+2
* Implemented per-interface polling(4) control.ru2004-04-111-1/+16
* Implemented per-interface polling(4) control.ru2004-04-112-2/+26
* Implemented per-interface polling(4) control.ru2004-04-111-1/+13
* First driver with user-configurable polling(4).ru2004-04-112-2/+26
* Added the new interface capability option for drivers that implementru2004-04-111-0/+1
* Don't let the NFS server module be unloaded as long as there arepeadar2004-04-113-3/+6
* Clean up properly when unloading NFS client module.peadar2004-04-114-2/+35
* Fix pc98 build.nyan2004-04-111-3/+3
* Add system tunable to turn off power state changes. Default to off untilimp2004-04-111-15/+48
* Remove a comment that refers to avail_start and avail_end as thesealc2004-04-111-3/+0
* Remove avail_end. It is not used.alc2004-04-116-30/+4
OpenPOWER on IntegriCloud