| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | GC some KSE compatiblity macros that were somehow still here. | jhb | 2001-11-26 | 2 | -33/+23 |
* | GC non-FreeBSD code that didn't work anyways. | jhb | 2001-11-26 | 9 | -821/+6 |
* | Address two minor issues: implement the _PC_NAME_MAX and _PC_PATH_MAX | dd | 2001-11-25 | 1 | -2/+29 |
* | convert holdsock() to fget(). Add XXX reminder for future socket locking. | dillon | 2001-11-24 | 1 | -3/+6 |
* | Missing KSE s/curproc/curthread/ | peter | 2001-11-17 | 1 | -1/+1 |
* | Switch behavior of fifos to more closely match what goes on in other OSes. | alfred | 2001-11-08 | 1 | -0/+5 |
* | Fix printf format bugs introduced in rev 1.34 for printing times. | peter | 2001-11-07 | 1 | -4/+4 |
* | Correctly unlock the target process if /proc/$foo/mem is open()ed by | green | 2001-11-06 | 1 | -1/+1 |
* | Fix the fix. BIO_ERROR must be set in b_ioflags, not b_flags | dillon | 2001-11-04 | 1 | -1/+1 |
* | Fix "echo > /dev/null" for non-root users which broke in previous commit. | phk | 2001-11-04 | 1 | -5/+7 |
* | Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mount | dillon | 2001-11-04 | 1 | -0/+1 |
* | B_ERROR is BIO_ERROR on -current. | phk | 2001-11-04 | 1 | -1/+1 |
* | Fix a bug in CD9660 when vmiodirenable is turned on. CD9660 was assuming | dillon | 2001-11-04 | 1 | -1/+23 |
* | Use vfs_timestamp() instead of getnanotime(). | phk | 2001-11-03 | 1 | -3/+12 |
* | Use vfs_timestamp() instead of getnanotime() directly. | phk | 2001-11-03 | 1 | -3/+3 |
* | Reduce the number of #include dependencies by declaring some of the structs | des | 2001-11-03 | 4 | -6/+19 |
* | Adjust printfs to be time_t agnostic. | dillon | 2001-10-28 | 1 | -4/+4 |
* | Add VOP_IOCTL support, and fix a bug that would cause a panic if a file or | des | 2001-10-26 | 2 | -4/+58 |
* | Change the vnode list under the mount point from a LIST to a TAILQ | dillon | 2001-10-23 | 5 | -10/+10 |
* | No, you may not /* FALLTHROUGH */. Not only will you return an incorrect | des | 2001-10-22 | 1 | -1/+1 |
* | Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to | des | 2001-10-21 | 4 | -7/+7 |
* | Assert that a ucred is unshared before we remap its ids. | jhb | 2001-10-20 | 1 | -0/+2 |
* | Argh! I updated the version number in the MODULE_DEPEND() thingamagook but | des | 2001-10-19 | 1 | -1/+1 |
* | Switch to dynamic rather than static initialization. | des | 2001-10-19 | 3 | -62/+288 |
* | Fixed bitrot in a banal comment by removing the comment. | bde | 2001-10-13 | 1 | -1/+1 |
* | Backed out vestiges of the quick fixes for the transient breakage of | bde | 2001-10-13 | 8 | -8/+0 |
* | Change the kernel's ucred API as follows: | jhb | 2001-10-11 | 3 | -9/+6 |
* | Add missing includes of sys/lock.h. | jhb | 2001-10-11 | 1 | -0/+1 |
* | Dissociate ptrace from procfs. | des | 2001-10-07 | 5 | -226/+4 |
* | Remove some useless preprocesor paranoia. | des | 2001-10-07 | 1 | -4/+0 |
* | In procfs_readdir(), when the directory being read was a process directory, | des | 2001-10-07 | 1 | -1/+3 |
* | Add a PFS_DISABLED flag; pfs_visible() automatically returns 0 if it is set | des | 2001-10-02 | 3 | -10/+57 |
* | Only print "XXX (un)registered" message if bootverbose. | des | 2001-10-02 | 1 | -2/+4 |
* | [the previous commit to pseudofs_vncache.c got the wrong log message] | des | 2001-10-01 | 1 | -0/+2 |
* | YA pseudofs megacommit, part 1: | des | 2001-10-01 | 3 | -79/+181 |
* | pseudofs.h: | des | 2001-09-30 | 2 | -37/+54 |
* | The behaviour of whiteout'ing symlinks were too confusing, instead | phk | 2001-09-30 | 1 | -1/+8 |
* | Pseudofs take 2: | des | 2001-09-29 | 3 | -54/+170 |
* | The previous commit introduced some references to "curproc" which should have | des | 2001-09-28 | 1 | -2/+2 |
* | o Modify generic specfs device open access control checks to use | rwatson | 2001-09-26 | 1 | -4/+8 |
* | Fix (typo? pasteo?): panic("ffs_mountroot..." -> panic("ntfs_mountroot...") | fenner | 2001-09-26 | 1 | -1/+1 |
* | Clean up my source tree to avoid getting hit too badly by the next KSE or | des | 2001-09-25 | 2 | -6/+67 |
* | A process name may contain whitespace and unprintable characters, | mike | 2001-09-25 | 1 | -5/+11 |
* | Use the passed in thread to selrecord() instead of curthread. | jhb | 2001-09-21 | 1 | -1/+1 |
* | o Remove redundant securelevel/pid1 check in procfs_rw() -- this | rwatson | 2001-09-18 | 1 | -2/+0 |
* | fix typo | julian | 2001-09-13 | 1 | -3/+0 |
* | Restore these files to being portable: | jhb | 2001-09-12 | 2 | -61/+73 |
* | KSE Milestone 2 | julian | 2001-09-12 | 68 | -1212/+1233 |
* | Fix some signed/unsigned integer confusion, and add bounds checking of | kris | 2001-09-10 | 1 | -0/+6 |
* | Stole unicode translation table from mount_msdos. Add kernel code | semenu | 2001-09-08 | 6 | -18/+137 |