summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Move #include of ddb/ddb.h up with the rest.phk2003-01-041-2/+6
* Allow kmem_malloc() without Giant if M_NOWAIT is specified.alc2003-01-041-1/+2
* Use vm_object_lock() and vm_object_unlock() in vm_object_deallocate().alc2003-01-041-5/+5
* Refine the assertions in vm_page_alloc().alc2003-01-041-2/+2
* Reformat.obrien2003-01-041-22/+24
* Add the ability to debug C++ programs using v2 and v3 of the G++ ABI.obrien2003-01-041-1/+1
* GC 'char sigmap[]' (it is no longer used)fjoe2003-01-041-40/+0
* Export tc_tick with sysctl, not tick.phk2003-01-041-1/+1
* Merge from P4:imp2003-01-041-27/+42
* Complete the bzip2 suite.obrien2003-01-042-0/+12
* s/Kank/Kang/ (the klingon)schweikh2003-01-042-2/+3
* Typo: s/CTLTYPE_DYN/CTLFLAG_DYNschweikh2003-01-041-2/+2
* Comment out imap3@220 and imap4-ssl@585 which are not used.schweikh2003-01-041-4/+6
* - Remove speed_map API because speed_map is obsoleted by 1394a.simokawa2003-01-045-43/+11
* Add 1701/l2tp, layer 2 tunnelling protocol, as per IANA services.schweikh2003-01-041-0/+4
* Remove unnecessary lock assertion.hsu2003-01-041-15/+1
* Some KSE syscalls are MPSAFE.davidxu2003-01-041-3/+3
* Replace spec_bmap() with vop_panic: We should never BMAP a device backedphk2003-01-041-35/+1
* - Handle zero sized directory right way.simokawa2003-01-043-16/+25
* - Replace printf() with device_printf().simokawa2003-01-045-64/+37
* strptime(), like strftime(), does not handle multibyte characterstjr2003-01-041-1/+7
* Mention in the BUGS section that strftime() does not handle multibytetjr2003-01-041-1/+7
* Don't call VOP_BMAP on VCHR vnodes when the logical and physical blockphk2003-01-041-1/+1
* Rename the dos_partition structure for pc98 to pc98_partition.nyan2003-01-049-41/+62
* Use a separate macro to generate the name of the sysctl_oid_list that holdsjake2003-01-041-2/+5
* 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
OpenPOWER on IntegriCloud