summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-06178-718/+853
* We don't use += for SRCS in Makefiles, we simply use theasmodai2001-01-061-2/+2
* Limit size of passed in data for utrace function.alfred2001-01-062-0/+4
* Add commented out examples for the new KTR loader tunables.jhb2001-01-061-0/+3
* - Move all of the KTR sysctl's under a new debug.ktr mib.jhb2001-01-061-17/+26
* Fix typo.kuriyama2001-01-061-1/+1
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-0638-1884/+3444
* provide a sysctl 'net.link.ether.inet.log_arp_wrong_iface' to allow onealfred2001-01-061-0/+7
* Protect p_nice and P_TRACED in psignal() above the switch statement withjhb2001-01-061-0/+2
* aic7xxx.c:gibbs2001-01-055-82/+186
* Add the VESA S3 linear framebuffer driver. It works on top of VESA by replacingnsouch2001-01-053-1/+574
* Remove vga_pci generic driver.nsouch2001-01-052-76/+0
* Oops the test in the Acer code should be >= not >.sos2001-01-051-1/+1
* Bugfix: device_resume should be connected to bus_generic_resume notn_hibma2001-01-051-1/+1
* Make this file conform mostly to style(9):imp2001-01-051-947/+939
* Call mixer_hwinit() when attaching.jhb2001-01-051-0/+1
* - Make the 'hwvol_mixer' and 'hwvol_step' variables be specific to ajhb2001-01-054-9/+86
* - For dynamic sysctl's added at runtime, don't assume that the name passedjhb2001-01-052-14/+14
* Changed the copyright notice to BSD-style. The original GPL copyrightbabkin2001-01-058-48/+220
* The 'maxchans' count is one more than the number of channels, sojhb2001-01-041-1/+1
* NFS O_EXCL file create semantics temporarily uses file attributes to storedillon2001-01-042-2/+28
* use 'profile 2' instead of 1, since it causes more code to be tested.peter2001-01-042-2/+2
* Add the ES1681, as found in my Digital HiNote UltraII. It works withimp2001-01-041-2/+1
* Fix a bug in both scripts: HEADER sections were not emitted to the headern_hibma2001-01-042-335/+327
* Add support for using BurnProff(tm) on drives that support it.sos2001-01-042-2/+6
* Readd the id removed by sheldon in the previous commit to uscanner.c.n_hibma2001-01-042-1/+2
* UMASS_DEBUG implemented panic(9).n_hibma2001-01-042-0/+9
* Regen.n_hibma2001-01-042-17/+137
* Revert rev 1.8, which broke the installkernel target.sheldonh2001-01-041-1/+0
* Proberly calculate the RAID structure on the Promise Fasttrak.sos2001-01-041-1/+2
* StrongARM platform-specific definitions.obrien2001-01-046-0/+527
* Move `struct selinfo' and related functions to <sys/selinfo.h>.wollman2001-01-043-23/+8
* Fix incorrect logic wouldn't disconnect incomming connections that had beenalfred2001-01-031-1/+1
* Add the Id of the Epson 1640 scanner.n_hibma2001-01-031-0/+1
* Add a few Ids. From NetBSD.n_hibma2001-01-031-4/+28
* Make sppp a kld.jhay2001-01-032-1/+19
* Remove alpm numbering.nsouch2001-01-033-3/+3
* Rename the loader tunable from hw.sndunit to hw.snd.unit.jhb2001-01-031-1/+1
* - When acknowledging interrupts, write the value 0xff to the interruptjhb2001-01-032-19/+28
* Add a new API for soundcards that have hardware volume control:jhb2001-01-032-0/+39
* Create a new sysctl node 'hw.snd' and move 'hw.sndunit' tojhb2001-01-032-1/+6
* Add device id for the OZ Micro 6832. I didn't try to init it like theimp2001-01-024-2/+12
* add pcic_p to the list of things builtimp2001-01-021-3/+3
* Cleanup and improve mode detection. Now, you should get what you actuallynsouch2001-01-023-183/+98
* Remove old PCI compatibility.nsouch2001-01-021-57/+77
* Tidy up if_init routine so that it does not return an error.dmlb2001-01-021-1/+13
* The previous commit wasn't entirely correct. At least one goto to thejhb2001-01-021-18/+22
* do not touch ra_addr if it is NULL. from IIJ SEIL teamume2001-01-021-2/+4
* Fix the <sys/queue.h> abuse.phk2001-01-021-8/+7
* Remove conflicts between unsinged char *s and int s.non2001-01-021-4/+4
OpenPOWER on IntegriCloud