summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-0416-82/+0
* Use __CONCAT and __XSTRING when concatenating or stringifying arguments tojake2003-01-041-7/+8
* Fix three warnings:tjr2003-01-041-2/+2
* Add a sysctl to get the vm protections for the stack of the current process.jake2003-01-041-0/+14
* style(9): return type on separate line from function name.tjr2003-01-042-2/+4
* Hold the page queues lock around pmap_remove_pte() in pmap_enter().alc2003-01-041-0/+2
* - Propagate suspend/resume to child devices.simokawa2003-01-045-38/+99
* Fix a number of bugs noticed by more extensive testing:tjr2003-01-041-7/+15
* Set kse mailbox pointer to NULL when P_KSES is turned off.davidxu2003-01-042-6/+12
* Add a regression test for wordexp() and wordfree().tjr2003-01-042-0/+185
* gifconfig(8) was depricated.ume2003-01-041-2/+3
* Rename UL_GETSIZE to UL_GETFSIZE and UL_SETSIZE to UL_SETFSIZE; these aretjr2003-01-043-8/+17
* Bracket the prototype for ulimit() with __BEGIN_DECLS/__END_DECLStjr2003-01-041-0/+4
* Remove unused variable: sz.tjr2003-01-041-2/+0
* 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
OpenPOWER on IntegriCloud