summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* fix LOR's in sk. Original patch from dwhite. This moves the memoryjmg2004-08-204-88/+112
* DONT PANICsos2004-08-201-1/+2
* Revert the previous change. It works great for 4BSD but causes majorscottl2004-08-201-4/+0
* In maybe_preempt(), ignore threads that are in an inconsistent state. Thisscottl2004-08-201-0/+4
* put function's name at begining of column...jmg2004-08-202-2/+4
* add pci id for Belkin F5D5005 Gigabit ethernet card.jmg2004-08-204-0/+22
* make sure that the socket is either accepting connections or is connectedjmg2004-08-201-1/+3
* Align netgraph message fields ready for 64-bit (and 128 bit :-) machines.julian2004-08-203-10/+7
* Fix a stupid typo which prevented an ipfw KLD unload from successfully cleaningandre2004-08-201-1/+1
* When unloading ipfw module use callout_drain() to make absolutely sure thatandre2004-08-191-1/+1
* Unconditionally support the AMD64 GART HW.obrien2004-08-198-34/+2
* For IPv6 access pointer to tcpcb only after we have checked it is valid.andre2004-08-192-2/+8
* Add a newline.njl2004-08-191-1/+1
* Temporary bandaid to help sparc64 systems with ATA disks boot. Recentkensmith2004-08-191-1/+3
* Add bioq_takefirst().phk2004-08-192-6/+13
* 86 new vendor ID's from USB.org, and 3 corrections of existing vendor ID's.obrien2004-08-192-9/+88
* Disable interrupts after using pmap_enter() to add the identity mapping.njl2004-08-191-1/+1
* Give a useful error message if someone tries to compile IPFIREWALL into theandre2004-08-191-0/+4
* Add comment that IPFIREWALL now requires option PFIL_HOOKS.andre2004-08-191-0/+1
* Do not unconditionally ignore IPDIVERT and IPFIREWALL_FORWARD when buildingandre2004-08-192-4/+0
* Bring back the sysctl 'net.inet.ip.fw.enable' to unbreak the startup scriptsandre2004-08-194-0/+11
* Add debugging to rman_manage_region() as well. This is useful since wenjl2004-08-191-0/+2
* Remove GIANT_REQUIRED from setugidsafety() as knote_fdclose() no longerrwatson2004-08-191-2/+0
* A volume can be up if it has a degraded RAID5 plex.le2004-08-191-1/+7
* Now that the return value semantics of cv's for multithreaded processesjhb2004-08-196-77/+79
* Generalize the UFS bad magic value used to determine when a filesystemjhb2004-08-191-1/+1
* Add a NO_BOOT knob to prevent building the boot blocks and loader.des2004-08-191-0/+2
* add options MPROF_BUFFERS and MPROF_HASH_SIZE that adjust the sizes ofjmg2004-08-193-0/+16
* Acquire and release Giant around a call to VOP_BMAP(). (This is aalc2004-08-191-0/+2
* Add UNP_UNLOCK_ASSERT() to asser that the UNIX domain socket subsystemrwatson2004-08-191-2/+10
* Push down pcbinfo and inpcb locking from udp_send() into udp_output().rwatson2004-08-191-25/+35
* In in_pcbrehash(), do assert the inpcb lock as well as the pcbinfo lock.rwatson2004-08-191-1/+1
* We really don't want to receive spoil event for synchroniztion consumers.pjd2004-08-182-2/+0
* Do not override the class provided dumpconf function.phk2004-08-181-1/+2
* Pretty print some informational messages.le2004-08-181-1/+4
* Fix a stupid bug in the drive taste function: when checking if ale2004-08-181-28/+10
* Initialize iobase from the resource allocated by bus_alloc_resource_any()gibbs2004-08-181-2/+2
* NOP class doesn't operate on metadata, so the spoil event can be safelypjd2004-08-181-1/+0
* ss if_vx through indent, and use ANSI function definitions, prior to addinggibbs2004-08-185-1018/+990
* Dump device status on 'list' command.pjd2004-08-181-0/+2
* If _CRS fails, assume that it succeeded. The ASUS K8V (and others) definesnjl2004-08-181-2/+1
* Invert the polarity of two tests in the recovery code that could causegibbs2004-08-181-2/+2
* Remove spurious EISA definitions left over from the initial port of thegibbs2004-08-181-13/+0
* Remove ISA attachments dependence on eisaconf.hgibbs2004-08-182-3/+3
* Changes to make twa work on amd64.vkashyap2004-08-182-2/+2
* Enable build of Netgraph modules on all architectures.ru2004-08-181-3/+1
* Build a dummy opt_compat.h header since linprocfs.c now requires it.tjr2004-08-181-1/+5
* Remove NOMAN so loader man pages are installed.grehan2004-08-182-2/+0
* Bump the manpage date.maxim2004-08-181-1/+1
* Retire hw.pci.allow_unsupported_io_range.maxim2004-08-182-11/+0
OpenPOWER on IntegriCloud