summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change and clean the mutex lock interface.bmilekic2001-02-09200-3721/+3509
* Apply patch to add support for the intergrated ethernet in the SiS630Ewpaul2001-02-092-1/+105
* Add includes of sys/malloc.h so this actually compiles.jhb2001-02-092-1/+2
* Apply clue to mind and correct the ISO setting to the correct one.asmodai2001-02-088-3/+49
* Whoops... forgotten a few pieces in previous patch:luigi2001-02-081-5/+9
* Add LC_NUMERIC, LC_MONETARY, and LC_MESSAGES definitions forasmodai2001-02-086-0/+61
* Fix comment to reflect what it should be:asmodai2001-02-082-4/+4
* Make sure that we do not accept packets shorter than a full ethernetluigi2001-02-081-1/+3
* Fix memory leaks with dev_get_children().imp2001-02-081-0/+6
* Fix a cosmetic problem with some very defensive programming: The devfsphk2001-02-081-1/+17
* Fix a memory leak.sos2001-02-081-5/+4
* Fix memoryleaks with device_get_children().asmodai2001-02-082-0/+3
* Fix memory leaks with dev_get_children().imp2001-02-081-0/+3
* Define HAVE_PAM_GETENVLIST for build. Now environmental variables setnectar2001-02-081-1/+1
* Hardcode c_fmt in a different way since used in nl_langinfo nowache2001-02-084-7/+8
* Free the memory we get from devclass_get_devices and device_get_children.msmith2001-02-083-9/+24
* Show denied secondary bind transfer attemptsbrian2001-02-081-0/+7
* Fix typos: initalise -> initialise.asmodai2001-02-082-6/+6
* Protect freelists managed by Balloc/Bfree with a spinlock.tegge2001-02-083-40/+63
* Fix style(9) bugs from previous commit: remove space after functionmikeh2001-02-081-6/+6
* When we receive an incoming Ethernet frame that was unicast to aarchie2001-02-081-10/+14
* - By default treat supplied arguments as a shell globs to be matched againstsobomax2001-02-084-41/+191
* activate monetdef, msgdef and numericdefphantom2001-02-081-2/+2
* Add sources for following categories: LC_NUMERIC (share/numericdef),phantom2001-02-0812-0/+246
* add langinfo.hphantom2001-02-081-1/+1
* add lmonetary.?, lnumeric.?, ldpart.?, lmessages.?, nl_langinfo.cphantom2001-02-081-1/+2
* Add SUSv2 compatible nl_langinfo() function. It still need some work, butphantom2001-02-082-0/+239
* Catch up to latest chanage in timelocal structures exporting.phantom2001-02-082-34/+36
* Export internal data structures in same manner as numeric/monetary/messagesphantom2001-02-082-8/+14
* Make localeconv() actual function. Now it will use LC_MONETARY/LC_NUMERICphantom2001-02-082-79/+65
* Make FreeBSD locale support complete: add support for rest locale categoriesphantom2001-02-089-54/+637
* Optimize gencat(1) sources in same manner as its libc part some time ago:phantom2001-02-083-299/+151
* Added pc98 supports.nyan2001-02-081-0/+5
* Document the cases in which setreuid changes the saved-user-ID.nectar2001-02-081-0/+5
* Fixed the .St strings so that no single-character component ofru2001-02-081-10/+10
* Fixed the .Xr macro so that it produces the right spacingru2001-02-081-12/+12
* mdoc(7) police: print #ifdef/#endif literally,ru2001-02-081-3/+3
* mdoc(7) police: C types should be declared with either .Ft or .Vt.ru2001-02-081-1/+3
* mdoc(7) police: removed hard sentence break, corrected .Nd.ru2001-02-082-6/+6
* Remove the manpage since the actual software was put in the Attic.obrien2001-02-081-459/+0
* De-__P()-ify, convert K&R style declarations to ANSI onesmikeh2001-02-081-13/+8
* Prevent string overflows by using safer string functionsmikeh2001-02-081-21/+27
* Bump __FreeBSD_cc_version to 500002 to show the -pthread option change.obrien2001-02-081-1/+1
* Add recently added PHY drivers sources.semenu2001-02-081-0/+3
* Don't bother with acquiring/releasing Giant around kmem_malloc() andjhb2001-02-081-40/+0
* Don't enable interrupts for a kernel breakpoint or trace trap. Otherwise,jhb2001-02-083-18/+21
* - Check if the ccb_infos in the softc is NULL before trying to free it injhb2001-02-082-2/+11
* The code I picked up from NetBSD in '97 had a nasty bug. It limitedpeter2001-02-071-7/+15
* When SMPng was first committed, we removed 'cpl' from the interruptjhb2001-02-072-2/+2
* Oops... I knew i shouldn't use arrows in vi. Fix a typo causing errors insemenu2001-02-071-1/+0
OpenPOWER on IntegriCloud