summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Speed up console driver.nyan2001-07-262-296/+290
* Fix typo (* -> &)msmith2001-07-261-1/+1
* Add /dev/hpn? as an alias to /dev/aac? so that the HP version of the CLIscottl2001-07-251-0/+1
* This commit was generated by cvs2svn to compensate for changes in r80357,peter2001-07-251-2/+4
|\
| * Commit the hwsleep.c patch for suspend/resume onto the vendor branch.peter2001-07-251-2/+4
* | Somewhat modernize ip_mroute.c:fenner2001-07-253-192/+160
* | Don't bother passing p to rtioctl just so it can fail to pass it to mrt_ioctlfenner2001-07-253-8/+3
* | Unbreak ip_mroute_modfenner2001-07-252-4/+14
* | As commented in defined in sys/net/route.c, rt_fixchange() has a badume2001-07-251-5/+25
* | Add build infrastructure for a libiconv loadable kernel module.sheldonh2001-07-251-0/+12
* | Reset the device's powerstate to d0 when resuming from a suspendjlemon2001-07-251-25/+34
* | Make dynamic sysctl entries start at 0x100, not decimal 100 - there areroam2001-07-252-3/+13
* | Style(9): function names on a separate line, max line length 80 chars.roam2001-07-251-4/+8
* | Better checking of duplicated interrupt handler installation.iwasaki2001-07-251-1/+1
* | Some minor fixes.iwasaki2001-07-251-4/+11
* | Make the multiple interrupts attachment an error not a panic.imp2001-07-251-2/+5
* | Move the kernel stuff out of snoop.h. It was only there because somedd2001-07-252-39/+39
* | sys/kern/tty_snoop.c is now sys/dev/snp/snp.c.dd2001-07-253-613/+3
* | 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
OpenPOWER on IntegriCloud