| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Better descriptions of the cdev malloc class and mutex. | phk | 2004-07-11 | 1 | -2/+2 |
* | Whitespace cleanup. This will simplify a future merge from | cperciva | 2004-07-11 | 1 | -166/+161 |
* | Add additional annotations to soreceive(), documenting the effects of | rwatson | 2004-07-11 | 1 | -1/+35 |
* | MFi386: rev 1.213 -- fix DELAY while the debugger is active. | marcel | 2004-07-11 | 1 | -12/+23 |
* | Partially revert previous commit. Calling getit() unconditionally fixed | marcel | 2004-07-11 | 2 | -22/+44 |
* | Fix a few cases that relied on 'implicit int' (constraint violation in C99). | stefanf | 2004-07-11 | 5 | -3/+5 |
* | Resolve a couple of warnings and bump WARNS to 6. | stefanf | 2004-07-11 | 2 | -10/+12 |
* | Expand and rewrite documentation using doxygen markup so that we can | dfr | 2004-07-11 | 1 | -49/+206 |
* | Pass doxygen doc comments through to the output. | dfr | 2004-07-11 | 1 | -8/+33 |
* | Experimental support for using doxygen to generate kernel documentation. | dfr | 2004-07-11 | 4 | -0/+482 |
* | Document that sx_unlock() exists as a macro. | darrenr | 2004-07-11 | 1 | -6/+23 |
* | Add sx_unlock() macro as a frontend to both sx_sunlock() and sx_xunlock(), | darrenr | 2004-07-11 | 1 | -0/+7 |
* | Until I'm ready to commit the better pccard probe/attach routines, effectively | imp | 2004-07-11 | 1 | -0/+2 |
* | Fix braino: Make sure there is a current backend before we return its | marcel | 2004-07-11 | 1 | -2/+5 |
* | Introduce ttygone() which indicates that the hardware is detached. | phk | 2004-07-11 | 16 | -375/+117 |
* | Fix document year. | tjr | 2004-07-11 | 1 | -1/+1 |
* | Add fairly standard ENVIRONMENT and DIAGNOSTICS sections. | tjr | 2004-07-11 | 1 | -1/+12 |
* | Respect locale settings from the environment. | tjr | 2004-07-11 | 1 | -0/+3 |
* | MFi386: revision 1.212. | nyan | 2004-07-11 | 3 | -39/+33 |
* | MFi386: revision 1.406 | nyan | 2004-07-11 | 1 | -1/+3 |
* | Fix typo in 20040702 entry. | simon | 2004-07-11 | 1 | -1/+1 |
* | Clean up a bunch of white-space difference with IPFilter source as well as | darrenr | 2004-07-11 | 1 | -9/+8 |
* | Remove incomplete support for multi-character collating elements. Remove | tjr | 2004-07-11 | 2 | -262/+8 |
* | Add 3 new entries: | marcel | 2004-07-11 | 1 | -0/+30 |
* | Bump __FreeBSD_version for the following (weak) reasons: | marcel | 2004-07-11 | 1 | -1/+1 |
* | The SC_DISABLE_DDBKEY options has been renamed to SC_DISABLE_KDBKEY. | marcel | 2004-07-11 | 1 | -1/+1 |
* | Add options KDB and GDB. KDB takes on the function of what DDB used | marcel | 2004-07-11 | 5 | -5/+15 |
* | Now that the console setup is identical to that on other platforms, | marcel | 2004-07-11 | 1 | -0/+2 |
* | Add options KDB and GDB. KDB takes on the function of what DDB used | marcel | 2004-07-11 | 1 | -1/+3 |