| Commit message (Expand) | Author | Age | Files | Lines |
* | Catch up to SMTX -> SLOCK changes. | jhb | 2002-10-02 | 6 | -37/+34 |
* | Rename the mutex thread and process states to use a more generic 'LOCK' | jhb | 2002-10-02 | 9 | -50/+50 |
* | Fix a probably rare and inconsequential memory leak. | phk | 2002-10-02 | 2 | -2/+6 |
* | Hook rpc.rstatd back up to the build now that it compiles. | mike | 2002-10-02 | 1 | -1/+2 |
* | Rename local function havedisk() to haveadisk() to avoid conflict a | mike | 2002-10-02 | 1 | -3/+3 |
* | Access td->td_kse inside sched_lock. | jmallett | 2002-10-02 | 1 | -2/+2 |
* | Add a man page for the KSE system calls. | archie | 2002-10-02 | 2 | -1/+586 |
* | Add 2 Ids for new ServerWorks host to PCI bridge chipset. | iwasaki | 2002-10-02 | 2 | -0/+16 |
* | -Wall'ify (mostly). | archie | 2002-10-02 | 2 | -7/+18 |
* | Let kse_wakeup() take a KSE mailbox pointer argument. | archie | 2002-10-02 | 11 | -10/+13 |
* | De-obfuscate local use of members of 'struct thread', for which we have | jmallett | 2002-10-02 | 1 | -3/+4 |
* | Unhook rpc.rstatd from the build until it actually compiles. | jhb | 2002-10-02 | 1 | -2/+1 |
* | Code that has been #if0'd with the comment "WHY" since revision 1.1 can | jmallett | 2002-10-02 | 1 | -8/+1 |
* | Remove 6-years-stale #if0, the behaviour isn't ever going to be limited to | jmallett | 2002-10-02 | 1 | -5/+1 |
* | MFi386: fork1 apparently takes 4 args now | gallatin | 2002-10-02 | 1 | -1/+1 |
* | Add an example showing how to use wcstok(). Fix ordering of See Also section. | tjr | 2002-10-02 | 1 | -2/+15 |
* | PC98 is not a true architecture, but a subarchitecture of i386, so we need | phk | 2002-10-02 | 1 | -1/+4 |
* | Teach ncal(1) about month names specified on the command line. | roam | 2002-10-02 | 2 | -3/+24 |
* | Add the 'restrict' type qualifier to the prototypes of `sigaction', | robert | 2002-10-02 | 10 | -15/+21 |
* | Use %d in a printf() format string and cast the argument to int instead of | tjr | 2002-10-02 | 1 | -1/+1 |
* | Since bpf is no longer an optional component, remove associated ifdef's. | sobomax | 2002-10-02 | 3 | -22/+3 |
* | Absorb <sys/bus_private.h> into kern/subr_bus.c to prevent misunderstandings. | phk | 2002-10-02 | 2 | -109/+75 |
* | Mark two places where an unsigned number is checked "if (foo < 0)" with | phk | 2002-10-02 | 1 | -0/+2 |
* | Fix mis-indentation. | phk | 2002-10-02 | 6 | -14/+14 |
* | #include the right thing for PC98 | phk | 2002-10-02 | 1 | -0/+4 |
* | Further improve --fast-read mode - when reading archive from stdin ensure that | sobomax | 2002-10-02 | 1 | -2/+9 |
* | style(9): | mike | 2002-10-02 | 1 | -5/+5 |
* | Move GEOM's sysctls under kern.geom. | phk | 2002-10-02 | 1 | -9/+11 |
* | Add restrict type-qualifier. | mike | 2002-10-02 | 4 | -14/+15 |
* | Put some failing ioctl related printfs under a suitable debug flag. | phk | 2002-10-02 | 1 | -12/+14 |
* | o Add typedef for size_t. | mike | 2002-10-02 | 1 | -4/+11 |
* | Use standards visibility conditionals to conditionalize most of this | mike | 2002-10-02 | 1 | -5/+15 |
* | Some kernel threads try to do significant work, and the default KSTACK_PAGES | scottl | 2002-10-02 | 35 | -100/+394 |
* | Add LIBEXPAT definition. | phk | 2002-10-02 | 1 | -0/+1 |
* | Build libexpat out of src/contrib/expat. | phk | 2002-10-02 | 2 | -0/+109 |
* | This commit was generated by cvs2svn to compensate for changes in r104349, | phk | 2002-10-02 | 52 | -0/+29055 |
|\ |
|
| * | Virgin import (trimmed) of eXpat version 1.95.5 | phk | 2002-10-02 | 52 | -0/+29055 |
* | Too strict error checking in rev. 1.22 broke pwd_mkdb(8) in NIS | maxim | 2002-10-02 | 1 | -2/+2 |
* | Cast malloc() assignments. | mdodd | 2002-10-02 | 1 | -6/+6 |
* | size_t is not a struct (fix mislabelling in a comment). | dd | 2002-10-02 | 2 | -2/+2 |
* | Use more standard variable names for modevent functions. | mdodd | 2002-10-02 | 2 | -4/+4 |
* | Create/destroy memory zones on module load/unload, not on device | mdodd | 2002-10-02 | 2 | -15/+48 |
* | Include <sys/cdefs.h> so the visibility conditionals are available. | mike | 2002-10-02 | 1 | -0/+2 |
* | Use visibility conditionals. Only TCP_NODELAY ends up being defined | mike | 2002-10-02 | 1 | -1/+6 |
* | o Update a visibility conditional. | mike | 2002-10-02 | 1 | -32/+24 |
* | Removed bits related to MBRs now that they have a proper home in | bde | 2002-10-02 | 1 | -20/+0 |
* | Add an -o option to exit after receiving one reply. This can be used | dd | 2002-10-02 | 2 | -5/+12 |
* | Add a new MAC entry point, mac_thread_userret(td), which permits policy | rwatson | 2002-10-02 | 14 | -0/+113 |
* | Don't crash when the user feeds us nonesense in the form: | dd | 2002-10-02 | 1 | -3/+4 |
* | Correct the exports(5) example to use -ro in the paragraph that talks | dd | 2002-10-02 | 1 | -2/+2 |