| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Constify 'rpcclnt_backoff'. | rwatson | 2004-07-12 | 1 | -1/+1 |
* | Constify 'spx_backoff'. | rwatson | 2004-07-12 | 1 | -1/+1 |
* | After each label in tcp_input(), assert the inpcbinfo and inpcb lock | rwatson | 2004-07-12 | 2 | -2/+34 |
* | Procotol control block locking for netatalk DDP. | rwatson | 2004-07-12 | 5 | -35/+134 |
* | Imperfect synchronization solution to imperfect code: use a static 256 | rwatson | 2004-07-12 | 1 | -13/+16 |
* | Remove 'Not used' comment: at_org_code is used, just not in netatalk/. | rwatson | 2004-07-12 | 1 | -3/+0 |
* | Remove an unused and unimplemented sysctl. (For the record, it was marked | alc | 2004-07-12 | 1 | -10/+1 |
* | writers must hold both sched_lock and the process lock; therefore, readers | mtm | 2004-07-12 | 2 | -10/+5 |
* | document the 'I' and 't' commands in the help screen in top(1). | alfred | 2004-07-12 | 1 | -2/+3 |
* | Remove 'td = curthread' that shadows the arguments to coda_root(). | rwatson | 2004-07-12 | 2 | -2/+0 |
* | Mimic ls(1) by putting an extra space before the year in old dates | kientzle | 2004-07-12 | 1 | -1/+1 |
* | Fix tab/space screwup in long_help() | kientzle | 2004-07-12 | 1 | -1/+1 |
* | Add fwip module. | dfr | 2004-07-12 | 1 | -0/+1 |
* | Add fwip module. | dfr | 2004-07-12 | 1 | -0/+19 |
* | Make if_fwsubr.c dependant on fwip instead of firewire - there is not | dfr | 2004-07-12 | 1 | -1/+1 |
* | Remove an entry from the BUGS section: we have multibyte character | tjr | 2004-07-12 | 1 | -2/+0 |
* | Attempt to handle suspend/resume better. | sos | 2004-07-12 | 2 | -16/+9 |
* | Remove BUGS section that talked about missing multibyte character support. | tjr | 2004-07-12 | 1 | -5/+1 |
* | Remove BUGS section that talked about missing multibyte character support. | tjr | 2004-07-12 | 1 | -5/+1 |
* | Add p5-File-Spec and p5-File-Temp. | murray | 2004-07-12 | 1 | -0/+2 |
* | Document thread parameter passed to VFS_ROOT and vflush. | alfred | 2004-07-12 | 2 | -2/+6 |
* | Bump __FreeBSD_version for VFS_ROOT, vflush and kinfo_proc changes. | alfred | 2004-07-12 | 1 | -1/+1 |
* | Adjust the show_self code (the test got inadvertantly reversed a couple of | des | 2004-07-12 | 1 | -3/+3 |
* | Make VFS_ROOT() and vflush() take a thread argument. | alfred | 2004-07-12 | 37 | -84/+100 |
* | Set BATCH=yes to avoid bumping into interactivity in the port builds. | kris | 2004-07-12 | 5 | -6/+6 |
* | kse_switchin ABI was changed in kernel. | davidxu | 2004-07-12 | 2 | -6/+4 |
* | Change kse_switchin to accept kse_thr_mailbox pointer, the syscall | davidxu | 2004-07-12 | 4 | -15/+28 |
* | Make regular expression matching aware of multibyte characters. The general | tjr | 2004-07-12 | 5 | -324/+478 |
* | Use SO_REUSEADDR and SO_REUSEPORT when reconnecting NFS mounts. | alfred | 2004-07-12 | 3 | -2/+31 |
* | Add a new error code, REG_ILLSEQ, to indicate that a regular expression | tjr | 2004-07-12 | 3 | -1/+6 |
* | Implement the PT_LWPINFO request. This request can be used by the | marcel | 2004-07-12 | 5 | -0/+33 |
* | Cache a pointer to the old proc (as well as negative cache) to make | alfred | 2004-07-12 | 1 | -2/+13 |
* | Reserve a pointer "ki_udata" in kinfo_proc as a convenience for userland. | alfred | 2004-07-12 | 1 | -3/+4 |
* | Introduce a global mtx 'ngsocketlist_mtx' to protect the global | rwatson | 2004-07-12 | 1 | -0/+8 |
* | Document the new PT_LWPINFO request. In fact, the request is so new | marcel | 2004-07-12 | 1 | -0/+19 |
* | pmap_remove_pages() must not remove wired mappings. Since | alc | 2004-07-12 | 3 | -12/+0 |
* | Mark 'makeup' in ng_frame_relay as const, as its values are immutable. | rwatson | 2004-07-12 | 1 | -1/+1 |
* | Remove spl's from netatalk in preparation to merge locking. | rwatson | 2004-07-12 | 2 | -30/+1 |
* | Call setlocale() with category LC_ALL instead of LC_MESSAGES. We need | tjr | 2004-07-12 | 1 | -1/+1 |
* | Dump the actual bad values when this assertion is tripped. | alfred | 2004-07-12 | 1 | -1/+3 |
* | Chase the docproj ports required to build a release with NOPORTS but | murray | 2004-07-12 | 1 | -1/+6 |
* | Make 'S' in interactive mode toggle display of system processes. | alfred | 2004-07-12 | 3 | -3/+11 |
* | Respect locale settings from the environment. | tjr | 2004-07-12 | 1 | -0/+3 |
* | Update the README notes to include the current list of supported | kientzle | 2004-07-12 | 1 | -49/+47 |
* | Re-add the gdb command. It was removed to be replaced by something | marcel | 2004-07-12 | 1 | -0/+12 |
* | Make kdb_dbbe_select() available as an interface function. This allows | marcel | 2004-07-12 | 2 | -9/+21 |
* | Fix a typo that slipped in during my last commit to this file. | keramida | 2004-07-12 | 1 | -1/+1 |
* | Use sockbuf_pushsync() to synchronize stack and socket buffer state | rwatson | 2004-07-11 | 1 | -34/+47 |
* | Remove the last bits of SPECHASH. | phk | 2004-07-11 | 1 | -6/+0 |
* | Add sockbuf_pushsync(), an inline function that, following a change to | rwatson | 2004-07-11 | 1 | -0/+38 |