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