summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable: size.tjr2003-01-041-1/+1
* #include <string.h> for strcmp()'s prototype.tjr2003-01-041-0/+1
* Remove unused variable: omask.tjr2003-01-041-1/+0
* #include <sys/linker.h> for kldload()'s prototype.tjr2003-01-041-0/+1
* #include <string.h> for strlen()'s prototype.tjr2003-01-041-0/+1
* #include <ctype.h> for isspace()'s prototype (or a macro version).tjr2003-01-031-0/+1
* Add missing #include "namespace.h".tjr2003-01-031-0/+1
* Remove unused variable: ntmp.tjr2003-01-031-1/+0
* #include <string.h> for strcmp()'s prototype.tjr2003-01-031-1/+2
* #include "local.h" to make __svfscanf()'s prototype visible.tjr2003-01-033-0/+3
* Remove an unused variable: `sb' in fts_read().tjr2003-01-032-2/+0
* Remove an unused variable, `sverrno', which has not been used since 1.11.tjr2003-01-031-1/+0
* Make this build and sync-up:marcel2003-01-031-6/+1
* mdoc(4) police: Markup. Fix 1 hard sentence break.trhodes2003-01-031-4/+7
* mdoc(7) police: Remove hard sentence breaks.trhodes2003-01-031-9/+18
* mdoc(7) police: markup nits.trhodes2003-01-031-5/+7
* White space fixesjulian2003-01-032-20/+20
* Make an explicit flag to indicate that a KSE has a reason to upcall,julian2003-01-033-46/+53
* Don't need to set retvals to 0 in the non error case. Theyjulian2003-01-032-18/+0
* Refine the assertion in vm_object_clear_flag() to allow operation on thealc2003-01-031-1/+2
* Revert use of dmmax_mask, I had overlooked a '~'.phk2003-01-031-2/+2
* Document bit 31 of the cpuid features word as PBE (Pending Break Enable).jhb2003-01-032-2/+2
* Reenable building in share/mklocale for sparc64. It seems to work finetmm2003-01-031-5/+1
* Add various command line options, most notably sort order.phk2003-01-031-10/+51
* Optimize errstr() by reducing the number of times it walks a string.mike2003-01-031-9/+7
* Make struct swblock kernel only, to make vm/swap_pager.h userland includable.phk2003-01-035-35/+20
* Avoid extern decls in .c files by putting them in the vm/swap_pager.hphk2003-01-034-16/+12
* Use correct _VM_SWAP_PAGER_H_ to check for multiple inclusion.phk2003-01-031-3/+3
* Reset the stream orientation to 0 (unoriented) in freopen(), as requiredtjr2003-01-031-0/+1
* It is no longer necessary to include sys/types.h before wordexp.h.tjr2003-01-031-1/+0
* Describe WRDE_NOCMD in the same way that we describe the rest of the flags.tjr2003-01-031-1/+1
* Retire sys/dmap.h by including the two lines of it which mattersphk2003-01-032-64/+3
* Lock the vm object when performing vm_object_clear_flag().alc2003-01-031-0/+4
* Remove CCDF_SWAP and CCDF_PARITY, they have never been implemented.phk2003-01-033-47/+11
* Remove CCDF_SWAP and CCDF_PARITY. They have never been implemented.phk2003-01-032-4/+0
* MFMBR: Add ioctls for writing an IPL and a boot menu.nyan2003-01-032-70/+165
* Merged from sys/isa/fd.c revision 1.243.nyan2003-01-032-12/+0
* Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op sincephk2003-01-0311-16/+14
* manage kernel threads properly; especially shutting them down on module unloadsam2003-01-031-52/+133
* MFS: crypto timing support; purge usercrypto sysctl (just don't configsam2003-01-033-9/+107
* Remove unused second argument from DEV_STRATEGY().phk2003-01-0313-23/+23
* Add vm map and vm object locking to vmtotal().alc2003-01-031-5/+14
* Remove unused second argument from BIO_STRATEGY()phk2003-01-035-31/+15
* popen() is a function, not an argument.tjr2003-01-031-1/+1
* Protect pidlist with a mutex to avoid a race causing a duplicate free()tjr2003-01-031-8/+24
* Set auto-retry mode to avoid some spurious errors.des2003-01-031-0/+1
* This commit was generated by cvs2svn to compensate for changes in r108577,des2003-01-031-2/+2
|\
| * Fix typo in debugging macro (perforce change 23072)des2003-01-031-2/+2
* | Approved by: gallatin (mentor)ticso2003-01-031-0/+12
* | o Introduce a new external mbuf type, EXT_EXTREF.gallatin2003-01-022-3/+9
OpenPOWER on IntegriCloud