aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove bogus cdevsw frobbing code which tries to prevent doublePoul-Henning Kamp2004-09-233-39/+0
* Do not use devsw() but si_devsw direction. This is still bogus but aPoul-Henning Kamp2004-09-232-2/+2
* Introduce new /boot/loader.conf variable: root_mount_delay.Pawel Jakub Dawidek2004-09-232-69/+80
* Per recent HEADSUP: Disconnect (old)vinum from the kernel build.Poul-Henning Kamp2004-09-235-34/+1
* Style fix.Dag-Erling Smørgrav2004-09-231-3/+2
* More remnants of BIND 8 to de-orbit.Dag-Erling Smørgrav2004-09-231-13/+0
* Instead of hardcoding the BIND version, deduce it from ${BIND_DIR}/version.Dag-Erling Smørgrav2004-09-231-1/+5
* libpthread is always libpthread, even when it's libc_r.Dag-Erling Smørgrav2004-09-231-1/+1
* De-orbit more remnants of BIND 8.Dag-Erling Smørgrav2004-09-232-22/+0
* Bump version number after vendor import of 9.3.0.Dag-Erling Smørgrav2004-09-231-2/+2
* This commit was generated by cvs2svn to compensate for changes in r135601,Dag-Erling Smørgrav2004-09-236-8/+35
|\
| * Vendor import of BIND 9.3.0.Dag-Erling Smørgrav2004-09-236-8/+35
| * This commit was manufactured by cvs2svn to create branch 'VENDOR-bind9'.cvs2svn2004-09-212-0/+78
* | Do not refcount the cdevsw, but rather maintain a cdev->si_threadcountPoul-Henning Kamp2004-09-235-86/+90
* | - Wrapped BIND 9 libraries defines into !defined(NO_BIND).Ruslan Ermilov2004-09-231-0/+7
* | MFen 1.258Denis Peplin2004-09-231-2/+4
* | PAE seems to work for isp- at least under mimimal testing.Matt Jacob2004-09-231-1/+2
* | PAE support changes that included at least some minimal actual testingMatt Jacob2004-09-232-18/+26
* | Refrence bsdlabel.8 and bsdlabel.5 rather then the obsolete disklabel.8Brooks Davis2004-09-231-3/+3
* | LOCALSTATEDIR should be /var, since the BIND 9 source appendsDoug Barton2004-09-231-1/+1
* | Add a knob 'daily_status_security_diff_flags' controlling theJoseph Koshy2004-09-233-1/+11
* | Redefine a PTE as a 64-bit integral type instead of a struct ofMarcel Moolenaar2004-09-237-255/+209
* | s/u_int#_t/uint#_t/gMarcel Moolenaar2004-09-221-20/+20
* | Switch order for mtx_unlock and cv_signal as (condvar(9)) sez:Max Laier2004-09-221-2/+2
* | Backout the last entry. It went to the wrong branch.Andre Oppermann2004-09-221-5/+0
* | The offset argument to mmap(2) is not a pointer. Use 0 instead of NULL.Marcel Moolenaar2004-09-221-1/+1
* | For the atomic_{add|clear|set|subtract} family of inlines, return theMarcel Moolenaar2004-09-221-2/+4
* | MFp4: various style fixes, includingMarcel Moolenaar2004-09-221-237/+228
* | MFC: Make PFIL_HOOKS a permanent part of the kernel and remove the associatedAndre Oppermann2004-09-221-0/+5
* | Remove vestiges of libthr's signal mangling past. This fixes that lastMike Makonnen2004-09-221-14/+1
* | Pointy hat please!Poul-Henning Kamp2004-09-222-6/+6
* | Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder2004-09-224-5/+4
* | Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder2004-09-225-11/+11
* | The SUSv3 function say that the affected functions MAY FAIL, if theMike Makonnen2004-09-221-27/+6
* | Add a couple of macros to extract the PCI slot (device) and function fromJohn Baldwin2004-09-224-7/+11
* | Various small style fixes.John Baldwin2004-09-226-15/+20
* | Always link with -lpthread, not -lc_r, because platforms that don't haveDag-Erling Smørgrav2004-09-221-6/+5
* | Remove named-xfer, it does not exist in BIND 9.Tom Rhodes2004-09-221-30/+0
* | Call sbuf_finish() before sbuf_data() so as to not panic the system.Brian Feldman2004-09-221-0/+1
* | Clean up and comment config.mk. Centralize more stuff. Bitch ifDag-Erling Smørgrav2004-09-2220-55/+125
* | Fix a LOR where ifconf() used copyout while holding a mutex. This LORBrooks Davis2004-09-221-41/+51
* | Add a temporary workaround to the panic on boot with hub attached andWarner Losh2004-09-221-0/+1
* | Correct a long-standing error in _pmap_unwire_pte_hold() affectingAlan Cox2004-09-222-17/+11
* | Revert the last change..Julian Elischer2004-09-221-17/+11
* | MFi386: adapt rev 1.19 (debugger fixes)Peter Wemm2004-09-221-2/+10
* | cnw (Xircom pccard) is built on amd64 and there isn't an obvious reasonPeter Wemm2004-09-221-1/+1
* | Minor sync-up with i386. Catch up on de-quoting and de-counting afterPeter Wemm2004-09-221-14/+23
* | MFi386: add ispfw (except using correct device<tab><tab>ispfw format,Peter Wemm2004-09-221-0/+1
* | Since "d" is an array of 32 bit values, it is moreChristian S.J. Peron2004-09-211-1/+1
* | Hopefully fix alpha and sparc64 builds: on these architectures,Ruslan Ermilov2004-09-211-3/+4