summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Nuke EPIC_MGETCLUSTER entirely. Since 1.60 we don't use it anymore andbmilekic2003-02-211-13/+0
* Missing M_TRYWAIT from so_upcall third argument.peter2003-02-212-2/+2
* NO_GEOM cleanup:phk2003-02-2110-40/+51
* Some style fixes.bmilekic2003-02-211-10/+10
* NO_GEOM cleanup:phk2003-02-2113-16/+14
* Overhaul the targets and hope this is now much more readable.ru2003-02-212-61/+24
* If UTS kernel is calling kse_wakeup for itself, do nothing.davidxu2003-02-212-6/+12
* Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fixken2003-02-217-365/+1117
* The ancient and outdated concept of "privileged ports" in UNIX-typecjc2003-02-211-2/+15
* Oops, forgot to put back debug level.simokawa2003-02-211-1/+1
* remove unused code.simokawa2003-02-211-1/+2
* Fix typosimokawa2003-02-211-1/+1
* Don't scan lun by myself while boot process leave it CAM to scan the bus.simokawa2003-02-211-8/+27
* Clean up viachan_init.orion2003-02-211-9/+13
* Fix assignment of record sgd_addr and clean up via8233chan_init.orion2003-02-211-10/+13
* On detach, don't remove the child from our list of children unless it hasscottl2003-02-201-1/+1
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-2021-89/+110
* First round off updates/fixes to the ATA driver.sos2003-02-2022-2456/+2606
* First round off updates/fixes to the ATA driver.sos2003-02-201-3/+8
* Remove unused variables in the IPSEC case.jlemon2003-02-202-2/+0
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().cognet2003-02-2018-65/+100
* Uncomment the xl(4) driver since it's now working properlymux2003-02-201-1/+1
* Add a dead_cdevsw which does its best to return ENXIO if at all possible.phk2003-02-201-3/+53
* Regen from syscalls.master 1.50.tjr2003-02-203-6/+6
* Mark linux_getpid(), linux_getuid() and linux_getgid() as MPSAFE.tjr2003-02-201-3/+3
* Add M_WAITOKume2003-02-201-1/+1
* The completion queue is no longer used, so nuke its associated codescottl2003-02-202-4/+0
* Forgot to set KU_DOUPCALL in kse_wakeup.davidxu2003-02-202-0/+2
* Add a timeout parameter to kse_release.davidxu2003-02-209-30/+62
* Simplify page alignment.marcel2003-02-204-44/+16
* Fix fumble in rev 1.525. pmap_kenter()'s second argument is a physicalpeter2003-02-202-2/+2
* o Allow "buckets" in mb_alloc to be differently sized (according tobmilekic2003-02-203-77/+117
* Remove the PL_SHAREMOD flag from struct plimit, which could have beentjr2003-02-204-21/+6
* Add a "hw.syscons.bell" sysctl, which can disable the bell at syscons level.cognet2003-02-201-1/+4
* Remove duplicate includes.cognet2003-02-206-7/+0
* Merge diff between rev 1.08 and rev 1.11 of Tekram driver, this notably addcognet2003-02-202-402/+733
* Fix a serious bug when computing the index for thebmilekic2003-02-201-1/+1
* Adjust IRQ count for psim's OpenPIC model - it seems to begrehan2003-02-201-0/+6
* Catch up to latest KSE changesgrehan2003-02-202-6/+8
* Move thread limits testing code up a bit. This let UPCALLING threaddavidxu2003-02-202-52/+54
* Unbreak non-IPV6 compilation.jlemon2003-02-192-8/+20
* Fix a 64-bit bogon. The hardware command structure only has one 32 bitscottl2003-02-192-3/+4
* Add M_WAITOKphk2003-02-192-3/+3
* Add a TCP TIMEWAIT state which uses less space than a fullblown TCPjlemon2003-02-1918-235/+1067
* Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so thejlemon2003-02-195-82/+71
* Make the aac driver be INTR_MPSAFE. Once the interrupt handler determinesscottl2003-02-192-38/+15
* o Move the cleanup of the fib maps into aac_free_commands() so as toscottl2003-02-192-33/+42
* Correct comments.jlemon2003-02-192-14/+8
* Clean up delayed acks and T/TCP interactions:jlemon2003-02-193-59/+58
* #include "opt_cpu.h" so we notice our options.phk2003-02-191-0/+1
OpenPOWER on IntegriCloud