| Commit message (Expand) | Author | Age | Files | Lines |
* | o vpaccess() -> vn_access() -- Peter reminds me that there is already | rwatson | 2001-09-22 | 2 | -8/+8 |
* | Use __FILE__ and __LINE__ explicitly since we know we will be using them | jhb | 2001-09-21 | 1 | -1/+1 |
* | Fix statclock() on non-boot processors: curproc -> curthread. | jhb | 2001-09-21 | 1 | -1/+1 |
* | Use the passed in thread to selrecord() instead of curthread. | jhb | 2001-09-21 | 10 | -12/+12 |
* | Use the passed in thread to selrecord() instead of curthread. | jhb | 2001-09-21 | 2 | -2/+2 |
* | Use the passed in thread pointer instead of curthread in calls to | jhb | 2001-09-21 | 1 | -2/+2 |
* | The P_SELECT flag was moved from p->p_flag to td->td_flags, but p_flag | jhb | 2001-09-21 | 1 | -2/+20 |
* | Remove unneeded proc variables and fix comments. | jhb | 2001-09-21 | 1 | -11/+6 |
* | o Part two of eaccess(2) commit, rebuilt system call code. | rwatson | 2001-09-21 | 6 | -8/+18 |
* | o Introduce eaccess(2), a version of access(2) that uses the effective | rwatson | 2001-09-21 | 3 | -28/+135 |
* | Introduce new syscons(4) kernel options: | sobomax | 2001-09-21 | 4 | -100/+105 |
* | Remove a bogus comment. "atomic" doesn't mean that the operation is done | jhb | 2001-09-21 | 1 | -1/+0 |
* | GC some #if 0'd code. | jhb | 2001-09-21 | 1 | -8/+2 |
* | Whitespace and spelling fixes. | jhb | 2001-09-21 | 1 | -2/+2 |
* | Fixed the bug that prevented communication with FTP servers behind | ru | 2001-09-21 | 1 | -3/+4 |
* | Only call kldxref(8) once, after installing all modules. | ru | 2001-09-21 | 1 | -0/+7 |
* | Fix a warning and make sure we flush the cache after writing an | dfr | 2001-09-21 | 1 | -0/+3 |
* | Add ia64_fc(). | dfr | 2001-09-21 | 1 | -0/+9 |
* | Make msgseg, msgssz (->msgmax) and msgmni TUNABLE. | mr | 2001-09-21 | 1 | -0/+5 |
* | Fix, I think, The second slot problem with Cirrus Logic PD6729/30 parts: | imp | 2001-09-21 | 1 | -6/+5 |
* | Add some comments about KVA_PAGES and a test. | peter | 2001-09-21 | 2 | -0/+18 |
* | Introduce a new option, KVA_SPACE, which can be used to reconfigure | peter | 2001-09-21 | 4 | -8/+32 |
* | Add kernbase symbol and use it instead of magic numbers in the | jake | 2001-09-21 | 4 | -4/+12 |
* | Add a pointer to kenv(1). | peter | 2001-09-21 | 1 | -0/+3 |
* | Revert last commit. The same functionality can be obtained through the | jlemon | 2001-09-21 | 1 | -26/+27 |
* | o Rename u_cansee() to cr_cansee(), making the name more comprehensible | rwatson | 2001-09-20 | 5 | -9/+9 |
* | Add a sysctl MIB 'kern.env', that dumps the contents of the kernel | jlemon | 2001-09-20 | 1 | -27/+26 |
* | If two @fptr relocations refer to the same symbol, use the same fptr | dfr | 2001-09-20 | 2 | -14/+48 |
* | Don't clear the single-step bit after a trap - leave it up to the | dfr | 2001-09-20 | 1 | -6/+0 |
* | The second instruction in an MLX bundle is slot one, not slot two, even | dfr | 2001-09-20 | 1 | -1/+13 |
* | Add missing include file. | mp | 2001-09-20 | 3 | -0/+3 |
* | Don't include NFS headers. | mp | 2001-09-20 | 1 | -4/+0 |
* | Overhaul to minimize stack usage, in some places >2K was used | sos | 2001-09-20 | 18 | -251/+264 |
* | Tidy. | dfr | 2001-09-20 | 1 | -21/+21 |
* | A bunch of minor changes to the code (see below) for readability, code size | luigi | 2001-09-20 | 2 | -310/+339 |
* | Don't include NFS headers. I have no idea why they were here in the first | dfr | 2001-09-20 | 1 | -4/+0 |
* | Use the kernbase symbol exported from locore.o instead of hardcoded magic | peter | 2001-09-20 | 1 | -2/+2 |
* | Export kernbase like on the i386. I dont think the alpha kernel is | peter | 2001-09-20 | 2 | -1/+5 |
* | Use the current process's credentials rather than socket's cached. | ru | 2001-09-20 | 1 | -2/+2 |
* | Add definition of SSC_GET_RTC. | dfr | 2001-09-20 | 2 | -0/+2 |
* | Removed a wrong comment. | sumikawa | 2001-09-20 | 1 | -5/+0 |
* | Fixed comment: ipip_input -> mroute_encapcheck. | sumikawa | 2001-09-20 | 1 | -1/+1 |
* | decrement the dumping variable after use so we can call it several times | peter | 2001-09-20 | 1 | -4/+6 |
* | Add nfs_lock.c to the build list. *blush* | peter | 2001-09-20 | 1 | -1/+1 |
* | Finish KSE-ification updates. | peter | 2001-09-20 | 2 | -20/+21 |
* | Wrap a module around the init code so that we have somethign do do a | peter | 2001-09-20 | 1 | -38/+46 |
* | Add probe line for the AMD 761 northbridge chip. At least it detects now, | cokane | 2001-09-20 | 2 | -0/+4 |
* | Regenerate. This seems to have been missed in the last commit. | peter | 2001-09-20 | 3 | -337/+349 |
* | Add the magic marker so that loader and kldload(2) can find this in | peter | 2001-09-20 | 1 | -0/+4 |
* | Pass 1: update for KSE and NFS changes. Somehow this got missed. | peter | 2001-09-20 | 5 | -253/+268 |