summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use low level constructs borrowed from interrupt threads to wait forups2005-05-235-26/+46
* Rewrite of tcp_sack_option(). Kentaro Kurahone (NetBSD) pointed outps2005-05-232-64/+109
* Sync the style of these two files.obrien2005-05-232-15/+26
* Fix semantics of ph_busy_count == -1 to pass instead of block.mlaier2005-05-231-1/+3
* Remove local error variable, which leads to hiding error from returnglebius2005-05-231-1/+0
* Return EINVAL for incorrect hook names.glebius2005-05-231-3/+2
* This commit was generated by cvs2svn to compensate for changes in r146539,harti2005-05-233-4/+5
|\
| * Virgin import of NgATM kernel part 1.2harti2005-05-233-4/+5
* | Add some debug code to diagnose root-on-mirror problems with recent -current.pjd2005-05-231-0/+3
* | Make snd_maestro3(4) mpsafeyongari2005-05-231-84/+211
* | According to STP2002QFP User's Guide, it seems that driver shouldyongari2005-05-231-1/+4
* | Fix some of the problems Bruce observed with this code.peter2005-05-222-3/+4
* | Protect fsid in freebsd4_getfsstat() in simlar way as it is done inpjd2005-05-222-6/+12
* | The code is under '#ifdef not_that_way', but anyway:pjd2005-05-221-0/+3
* | Add missing jail.h include.pjd2005-05-221-0/+1
* | This code seems to be dead, but anyway:pjd2005-05-221-3/+9
* | If we need to hide fsid, kern_statfs()/kern_fstatfs() will do it for us,pjd2005-05-223-17/+8
* | Swap in can occur safely without Giant. Release Giant on entry toalc2005-05-221-3/+2
* | o Clear device-specific PCI register 0x41 (Retry Timeout) during attachdamien2005-05-223-20/+140
* | Fix WPA (802.11i) support.damien2005-05-222-0/+24
* | Clear device-specific PCI register 0x41 during attach and on resume.damien2005-05-221-0/+4
* | MFi386: set PMC vectorpeter2005-05-221-1/+6
* | MFi386: remove commentpeter2005-05-221-3/+0
* | Add PCI ID for BCM5789.silby2005-05-222-0/+3
* | Remove GIANT_REQUIRED from swapout_procs().alc2005-05-221-2/+0
* | - Hook up machfb(4) to the sparc64 build, not enabled in GENERICmarius2005-05-213-2/+5
* | Add machfb(4), a driver for ATI Mach64 graphics chips intended formarius2005-05-212-0/+1948
* | Grab FBTYPE_NOTSUN3 and use it for FBTYPE_PCIMISC. The value matchesmarius2005-05-211-1/+1
* | o creator(4):marius2005-05-215-245/+546
* | - Remove duplicate FBSDID.marius2005-05-213-13/+3
* | - Not every architecture defaults to a black background (e.g. sparc64marius2005-05-211-9/+9
* | On sparc64 use 'syscons' rather than 'sc' for SC_DRIVER_NAME somarius2005-05-211-0/+8
* | Remove superfluous braces and add #ifndef __sparc64__ around themarius2005-05-211-18/+41
* | - Sprinkle some KBD_IS_* and KBD_*_DONE macros in sunkbd_configure() asmarius2005-05-211-11/+21
* | - MFpowerpc: sys/powerpc/powerpc/nexus.c rev. 1.7 (partial)marius2005-05-211-2/+36
* | - Make sure that the OFW address properties that are going to be decodemarius2005-05-211-5/+6
* | For sparc64 conditionalize the compilation of the gfb_cursor() variantmarius2005-05-212-6/+1
* | Replace t_force with a t_flag (TF_FORCEDATA).ps2005-05-214-11/+13
* | Quick hack-o-rama to allow the Xorg Radeon driver to start up. Itgrehan2005-05-211-0/+13
* | For non-profiling kernels, there were two symbols assigned to the samepeter2005-05-211-2/+4
* | Fix yet another cut-and-paste bug.emax2005-05-201-1/+1
* | Reduce the number of times that we acquire and release locks inalc2005-05-201-8/+6
* | Fix LINT build, original breakage was rev 1.23. There are 2 definitionsnjl2005-05-201-1/+8
* | Adjust the start_ap delay to match i386.obrien2005-05-201-1/+1
* | Fix mismerge in rev 1.226: wait 5 seconds as the comment documents,obrien2005-05-201-1/+1
* | Remove unused variables. Remove prototype for function that does not exist.charnier2005-05-201-4/+1
* | Recognize the integrated (though not necessarily enabled) FireWiremarius2005-05-202-0/+14
* | Calling xl_rxeof() at the end of xl_start_locked() leads to recursionglebius2005-05-202-1/+20
* | Document that the returned pointer should be freed even if the numbernjl2005-05-201-1/+1
* | If devclass_get_devices() returns success but a count of 0, free thenjl2005-05-201-1/+4
OpenPOWER on IntegriCloud