summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Correctly setup the UND stack in cpu_set_upcall(), and the trapframe incognet2005-05-241-4/+5
* Don't set the default of kern.fallback_elf_brand to FreeBSD for arm, ascognet2005-05-241-4/+0
* - Try to avoid calling malloc() in bus_dmamap_create() and bus_dmamem_alloc()cognet2005-05-241-17/+65
* Write back affected pages in pmap_qremove() as well. This removes the needcognet2005-05-242-6/+12
* Use a more sane value for HZ.cognet2005-05-241-2/+3
* Use asm versions of in_cksum() and friends.cognet2005-05-243-245/+18
* Since the BAT mapping was removed a long time back, it can'tgrehan2005-05-241-1/+6
* Asm version of bswap16().cognet2005-05-241-5/+6
* Make sure we clean the RAS start address once we're done.cognet2005-05-241-0/+12
* Don't set the tuner type to TUNER_MT2032 if BKTR_OVERRIDE_TUNER is defined orcognet2005-05-241-1/+4
* Fix one more misuse of u_long when uint32_t is actually meant.cognet2005-05-241-1/+1
* - Move the REISERFS option in the MD NOTES file for i386, it doesn'tmux2005-05-242-6/+6
* Copyout to userland if kern_sigaction succeedsps2005-05-241-2/+2
* Add new ral(4) and ural(4) drivers.damien2005-05-243-0/+6
* Fix kiconv on the 64bit plathomes.imura2005-05-242-6/+7
* Connect the ReiserFS filesystem to the modules build (i386 only).dumbbell2005-05-242-0/+13
* Connect the ReiserFS filesystem to the build (i386 only).dumbbell2005-05-243-0/+18
* Import of ReiserFS filesystem support (currently limited to read-only ondumbbell2005-05-2413-0/+6347
* 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
OpenPOWER on IntegriCloud