summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not refcount the cdevsw, but rather maintain a cdev->si_threadcountphk2004-09-235-86/+90
* - Wrapped BIND 9 libraries defines into !defined(NO_BIND).ru2004-09-231-0/+7
* MFen 1.258den2004-09-231-2/+4
* PAE seems to work for isp- at least under mimimal testing.mjacob2004-09-231-1/+2
* PAE support changes that included at least some minimal actual testingmjacob2004-09-232-18/+26
* Refrence bsdlabel.8 and bsdlabel.5 rather then the obsolete disklabel.8brooks2004-09-231-3/+3
* LOCALSTATEDIR should be /var, since the BIND 9 source appendsdougb2004-09-231-1/+1
* Add a knob 'daily_status_security_diff_flags' controlling thejkoshy2004-09-233-1/+11
* Redefine a PTE as a 64-bit integral type instead of a struct ofmarcel2004-09-237-260/+214
* s/u_int#_t/uint#_t/gmarcel2004-09-221-20/+20
* Switch order for mtx_unlock and cv_signal as (condvar(9)) sez:mlaier2004-09-221-2/+2
* Backout the last entry. It went to the wrong branch.andre2004-09-221-5/+0
* The offset argument to mmap(2) is not a pointer. Use 0 instead of NULL.marcel2004-09-221-1/+1
* For the atomic_{add|clear|set|subtract} family of inlines, return themarcel2004-09-221-2/+4
* MFp4: various style fixes, includingmarcel2004-09-221-248/+239
* MFC: Make PFIL_HOOKS a permanent part of the kernel and remove the associatedandre2004-09-221-0/+5
* Remove vestiges of libthr's signal mangling past. This fixes that lastmtm2004-09-221-14/+1
* Pointy hat please!phk2004-09-222-6/+6
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-09-224-5/+4
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-09-225-11/+11
* The SUSv3 function say that the affected functions MAY FAIL, if themtm2004-09-221-27/+6
* Add a couple of macros to extract the PCI slot (device) and function fromjhb2004-09-224-7/+11
* Various small style fixes.jhb2004-09-226-15/+20
* Always link with -lpthread, not -lc_r, because platforms that don't havedes2004-09-221-6/+5
* Remove named-xfer, it does not exist in BIND 9.trhodes2004-09-221-30/+0
* Call sbuf_finish() before sbuf_data() so as to not panic the system.green2004-09-221-0/+1
* Clean up and comment config.mk. Centralize more stuff. Bitch ifdes2004-09-2220-55/+125
* Fix a LOR where ifconf() used copyout while holding a mutex. This LORbrooks2004-09-221-41/+51
* Add a temporary workaround to the panic on boot with hub attached andimp2004-09-221-0/+1
* Correct a long-standing error in _pmap_unwire_pte_hold() affectingalc2004-09-222-17/+11
* Revert the last change..julian2004-09-221-17/+11
* MFi386: adapt rev 1.19 (debugger fixes)peter2004-09-221-2/+10
* cnw (Xircom pccard) is built on amd64 and there isn't an obvious reasonpeter2004-09-221-1/+1
* Minor sync-up with i386. Catch up on de-quoting and de-counting afterpeter2004-09-221-14/+23
* MFi386: add ispfw (except using correct device<tab><tab>ispfw format,peter2004-09-221-0/+1
* Since "d" is an array of 32 bit values, it is morecsjp2004-09-211-1/+1
* Hopefully fix alpha and sparc64 builds: on these architectures,ru2004-09-211-3/+4
* In a threaded process, don't kill off all the other threads until we have ajulian2004-09-211-11/+17
* Improve netsend timing logic in various ways:rwatson2004-09-211-13/+78
* Switch from BIND 8 to BIND 9.des2004-09-2149-589/+5877
* Initialize the flags value properly. We used to do this in acpi_tz_all_off()njl2004-09-211-33/+2
* Update copyright years.des2004-09-2110-10/+11
* Don't disable acpi in shutdown if we're panicing (panicstr != NULL). Thisnjl2004-09-211-1/+1
* Correct the capitalization of "nVidia".des2004-09-211-5/+5
* Group equivalent flags together and delete the `aliases' section.keramida2004-09-211-13/+8
* De support opening device nodes on CD9660 filesystems. They arephk2004-09-214-42/+18
* If a vnode has no v_rdev we cannot hope to answer FIODTYPE ioctl.phk2004-09-211-0/+2
* Add the sound device to the synopsis.simon2004-09-211-0/+1
* Trap invalid sector size 0 in disk probe, refusing to add such awes2004-09-211-0/+4
* Set default socket size for netreceive to 128k to reduce the chancesrwatson2004-09-211-1/+7
OpenPOWER on IntegriCloud