summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement sigreturn().cognet2004-09-231-21/+63
* Add the hw.machine sysctl.cognet2004-09-231-0/+4
* Remove definitions related to the pmap cache state, and add TDF_NEEDRESCHED.cognet2004-09-231-6/+5
* Add new functions to know which irqs are pending, and to mask and unmaskcognet2004-09-233-140/+69
* Rename macroes, as we don't need to mess with alignment faults.cognet2004-09-232-51/+19
* Use sigcode.cognet2004-09-231-2/+2
* In db_stack_trace_cmd, remove the "pc" variable, we don't need it.cognet2004-09-231-10/+4
* Use the right path for xscale files.cognet2004-09-231-7/+6
* Remove bus_space_vaddr(), it does not exists in FreeBSD.cognet2004-09-233-31/+35
* Don't attempt to manage our own segment list, and just remember the bufferscognet2004-09-231-80/+127
* Use the right path for the bcopyinout_xscale.S file.cognet2004-09-231-1/+1
* Add MD syscalls to sync the icache and to drain the write buffer.cognet2004-09-232-1/+113
* Implement pmap_growkernel() and pmap_extract_and_hold().cognet2004-09-233-729/+649
* Map the kernel very early if needed.cognet2004-09-231-15/+49
* Backout the hack to install mtree, newsyslog, and touch in the clonedbrooks2004-09-231-3/+1
* Implement terminating the worker thread when the driver is about tojoerg2004-09-232-3/+23
* Add locking notes on the members of rusage. Note that these notes reflectjhb2004-09-231-16/+21
* Update locking notes on several fields to reflect locking already in thejhb2004-09-231-9/+8
* Don't try to protect td_sticks with sched_lock. It doesn't need it as itjhb2004-09-231-3/+1
* - Assert sched_lock in upcall_remove() since it is needed there and alljhb2004-09-231-1/+3
* - Don't try to unlock Giant if single threading fails since we don't havejhb2004-09-231-1/+1
* Re-add namedb. I misunderstood what Doug said about using ISC'sdes2004-09-231-0/+2
* Redefine a PTE as a 64-bit integral type instead of a struct ofmarcel2004-09-234-66/+42
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-09-231-1/+1
* New release notes:hrs2004-09-232-0/+14
* Split the ioctl function in control and slave side, this eliminatedphk2004-09-231-68/+78
* Invalidate cache after changing pte entry.rik2004-09-231-3/+7
* Hack around the fact that the current diskless scripts require somebrooks2004-09-231-7/+3
* Sort the SEE ALSO list correctly. Update the document date.brooks2004-09-231-2/+2
* Eliminate DEV_STRATEGY() macro: call dev_strategy() directly.phk2004-09-235-25/+16
* In fullpath_from_shell(), move the nologin detection before the cat | whileroam2004-09-231-7/+11
* Protect sockaddr_union definitions with a protecting define. This allows tomlaier2004-09-232-10/+12
* Remove bogus cdevsw frobbing code which tries to prevent doublephk2004-09-233-39/+0
* Do not use devsw() but si_devsw direction. This is still bogus but aphk2004-09-232-2/+2
* Introduce new /boot/loader.conf variable: root_mount_delay.pjd2004-09-232-70/+81
* Per recent HEADSUP: Disconnect (old)vinum from the kernel build.phk2004-09-235-34/+1
* Style fix.des2004-09-231-3/+2
* More remnants of BIND 8 to de-orbit.des2004-09-231-13/+0
* Instead of hardcoding the BIND version, deduce it from ${BIND_DIR}/version.des2004-09-231-1/+5
* libpthread is always libpthread, even when it's libc_r.des2004-09-231-1/+1
* De-orbit more remnants of BIND 8.des2004-09-232-22/+0
* Bump version number after vendor import of 9.3.0.des2004-09-231-2/+2
* This commit was generated by cvs2svn to compensate for changes in r135601,des2004-09-236-8/+35
|\
| * Vendor import of BIND 9.3.0.des2004-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_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
OpenPOWER on IntegriCloud