summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove ISP_SMPLOCK stuff- we're just using locking now.mjacob2001-07-251-53/+40
* Roll minor version. Remove ISP_SMPLOCK nonsense. We're using full locking,mjacob2001-07-251-19/+2
* If an attempt is made to LISTEN for a service tag that's already beingbrian2001-07-251-14/+28
* Move netgraph to i386 only. Which is where it works only.mjacob2001-07-251-1/+1
* IFT_8021_VLAN -> IFT_L2VLAN per if_vlan_var.h rev 1.9. With this changebrooks2001-07-253-3/+3
* Allow ng_split to be compiled in staticly.brooks2001-07-254-0/+4
* Make ng_split part of the module building process.brooks2001-07-241-0/+1
* General cleanup providing better style(9) conformance and generallybrooks2001-07-242-91/+47
* Eliminate the panic, reported by Daniel Sobral, which occurs whenfenner2001-07-241-17/+36
* correct description of `vpp' for mknod/symlink: they are actuallyassar2001-07-241-2/+2
* Sync to OpenBSD (update comment and minor style change).kris2001-07-241-3/+4
* Merged from sys/i386/conf/GENERIC revision 1.315.kato2001-07-241-0/+1
* Simplify the implementation of pmap_emulate_reference(). The new versiondfr2001-07-243-59/+76
* Use the IANA assignment IFT_L2VLAN directly instead of indirecting throughfenner2001-07-242-5/+2
* Turn on __STRICT_ALIGNMENT. We need this to fix up alignment so the alphawpaul2001-07-231-1/+1
* Add an external function to unlink a netgraph type from the types list.julian2001-07-232-0/+21
* AIEEE! Commit the firmware image too. *blush*wpaul2001-07-231-0/+5089
* Grrr. Module depends on vlan.h, and I committed the wrong versionwpaul2001-07-232-1/+2
* You were knocked senseless by the Boomerang, spun around by the Cyclone,wpaul2001-07-2311-0/+2613
* Remind people to document bumps in the Porter's Handbook.obrien2001-07-231-0/+6
* Avoid a NULL pointer derefence introduced in rev. 1.129.ru2001-07-231-24/+21
* Integrate fdc.h into fd.c.nyan2001-07-232-4/+250
* make vm_page_select_cache staticassar2001-07-232-2/+1
* s/adress/address/kris2001-07-237-7/+7
* Typo fix: fasion -> fashionkris2001-07-231-1/+1
* Added the linux_sysinfo function to implement sysinfo(2).pirzyk2001-07-234-3/+78
* Added the proper arguments the sysinfo system callpirzyk2001-07-231-1/+1
* add %option nounputassar2001-07-221-0/+2
* Add a few missing spl calls in preparation for an MFC of the miibusiedowse2001-07-221-6/+15
* Note that the umass device requires scbus and dakris2001-07-222-2/+2
* Remove an old hack that remembered if the card type was Linksys byiedowse2001-07-221-7/+3
* make driver compile under 4.3-STABLEhm2001-07-221-0/+4
* Don't do sleep state transition if specified sleep state is notiwasaki2001-07-223-14/+20
* Attach the miibus for Linksys/Dlink cards from the attach routine,iedowse2001-07-222-6/+11
* As per further discussions on hackers redo the SIGCHLD patch to not generatedillon2001-07-222-8/+8
* - Fix "off by one" error in VT_WAITACTIVATE. Correctly acceptyokota2001-07-221-5/+5
* revert previous commit (bad style and not needed)assar2001-07-221-1/+0
* Add another Dell 3/Di PCI ID. You'd think they had enough of thesemsmith2001-07-221-0/+1
* add prototype for dosetrlimitassar2001-07-222-2/+2
* revert previous accidental commitassar2001-07-221-1/+5
* get rid of some printf and pointer type warningsassar2001-07-228-20/+18
* add <sys/sytm.h> (for cpufunc.h -> rdtsc)assar2001-07-211-0/+1
* add <sys/cdefs.h> (for __unused and such)assar2001-07-211-0/+1
* null_do_probe: mark as unusedassar2001-07-211-0/+2
* (vm_page_select_cache): add prototypeassar2001-07-211-0/+1
* Unset MAINTAINER.rnordier2001-07-218-16/+0
* update step.hm2001-07-212-4/+4
* Convert from acpi_strerror() to AcpiFormatException()msmith2001-07-2113-43/+39
* Update the OSD module to match the ACPI CA 20010717 import.msmith2001-07-218-144/+178
* Implement a "proper" timecounter hung off the ACPI timer device.msmith2001-07-211-20/+207
OpenPOWER on IntegriCloud