summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add some extra directories created by recent versions of XFree86-4kris2002-09-191-0/+10
* If M_PKTHDR is set then we don't need to do a loop to find the total length.darrenr2002-09-191-0/+3
* Welcome the sem_ API to libc!alfred2002-09-193-1/+709
* Install _semaphore.h.alfred2002-09-191-1/+1
* add a stub for pthread_cond_destroy.alfred2002-09-191-0/+7
* Regen for added syscalls.alfred2002-09-198-3/+94
* Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c.alfred2002-09-1910-4/+195
* Bring in my implementation of kernel support for posix realtime semaphoresalfred2002-09-181-0/+835
* Remove un-needed stack variable 'ops'.rwatson2002-09-189-27/+18
* style nit: unsigned -> u_int in the kernel, particularly tobmilekic2002-09-181-11/+11
* more style fixes: 'unsigned' should be 'u_int' in this file.bmilekic2002-09-181-2/+2
* style(9): tab after #define.mike2002-09-181-12/+12
* Convert descriptions in the ERRORS section to full sentences if theytruckman2002-09-1811-18/+23
* Clarify comment to "Code borrowed from if_fxp.c" to deal with runningambrisko2002-09-181-1/+1
* Add a missing file into the CLEANFILES variable.mux2002-09-182-2/+2
* Whitespace-only indention fixups for revision 1.20. This lets the 1.20jhb2002-09-181-31/+31
* Oops, fix userland _CPUCFLAGS. Move adding of _CPUCFLAGS to bottom ofjhb2002-09-181-6/+6
* For the default case of CPUTYPE not being set, don't define CPUTYPE to thejhb2002-09-181-5/+6
* Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-1815-150/+32
* style fixes to mbuf.hbmilekic2002-09-181-16/+15
* Add m_fixhdr() and m_length().phk2002-09-181-0/+10
* Optimize the way we call BPF a tiny bit: If we chop the ether-header offphk2002-09-181-8/+7
* Use m_length() instead of home-rolled.phk2002-09-181-4/+3
* Use m_length() instead of home-rolled versions.phk2002-09-188-81/+30
* Use m_fixhdr() rather than roll our own.phk2002-09-181-6/+2
* Make m_length() and m_fixhdr() return unsigned.phk2002-09-182-6/+6
* Update the usage string in the limits(1) manpage to include -b forgreen2002-09-182-5/+6
* Fix GNU coding violations.obrien2002-09-182-2/+2
* Basic stubbed-out support for building on sparc64 slipped in w/rev 1.41.obrien2002-09-180-0/+0
* Stop using 3 distinct and far varied coding styles in a single file.obrien2002-09-181-280/+277
* Make the DEBUGF() macro portable by (ugh) adding a Debug() function, whichjmallett2002-09-1814-141/+163
* Introduce the m_length() function which will return the accumulatedphk2002-09-182-6/+20
* Add missing #include <sys/mbuf.h>phk2002-09-181-0/+1
* These RFCs and internet-drafts are not really needed in the basenectar2002-09-1860-103705/+0
* Move m_fixhdr() from "mbchain" to "mbuf" where it belongs.phk2002-09-184-16/+15
* Optimise the common case where no special encoding is in use (LC_CTYPE is "C"tjr2002-09-182-8/+48
* Logic error in previous: don't exit the loop when an incomplete multibytetjr2002-09-181-1/+1
* Always open file in the DENYNONE mode and let the server to decide what isbp2002-09-181-5/+15
* Update supported chipset list.sos2002-09-181-5/+22
* Add support for the VIA 8235.sos2002-09-182-2/+5
* Style and markup changes only.truckman2002-09-1813-28/+29
* Implement additional SMB calls to allow proper update of file size as somebp2002-09-184-3/+239
* Fix implementation of rc variables $amd_flags and $amd_map_program inrse2002-09-181-2/+2
* - Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and UMA_ZFLAG_HASH.jeff2002-09-186-125/+110
* ARIN has annoyingly started using caps when referencingmike2002-09-181-1/+3
* Permit an empty username which is useful for browsing.bp2002-09-181-0/+4
* Increase send/receive queue to accomodate large readx/writex requests.bp2002-09-182-22/+78
* Restore status register A of RTC at resume time.iwasaki2002-09-185-0/+5
* Implement C99's va_copy() macro.mike2002-09-188-2/+43
* Deprecate the rest of the rune interface.tjr2002-09-182-0/+22
OpenPOWER on IntegriCloud