aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add da_DK locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.Jeroen Ruigrok van der Werven2001-02-099-3/+122
* Add no_NO locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.Jeroen Ruigrok van der Werven2001-02-099-0/+119
* Add sv_SE locale files for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.Jeroen Ruigrok van der Werven2001-02-099-3/+122
* Repeat after me: no commits when tired.Jeroen Ruigrok van der Werven2001-02-092-0/+12
* mdoc(7) police: fixed the weird construct.Ruslan Ermilov2001-02-091-3/+1
* Remove some leftovers. This is obviously unused, since the #definesPeter Wemm2001-02-091-26/+0
* poll(2) array limits (take 2) - after some input from bde.Peter Wemm2001-02-091-8/+7
* mdoc(7) police: cosmetics.Ruslan Ermilov2001-02-091-8/+9
* Change and clean the mutex lock interface.Bosko Milekic2001-02-09200-3721/+3509
* Apply patch to add support for the intergrated ethernet in the SiS630EBill Paul2001-02-092-1/+105
* Add includes of sys/malloc.h so this actually compiles.John Baldwin2001-02-092-1/+2
* Apply clue to mind and correct the ISO setting to the correct one.Jeroen Ruigrok van der Werven2001-02-088-3/+49
* Whoops... forgotten a few pieces in previous patch:Luigi Rizzo2001-02-081-5/+9
* Add LC_NUMERIC, LC_MONETARY, and LC_MESSAGES definitions forJeroen Ruigrok van der Werven2001-02-086-0/+61
* Fix comment to reflect what it should be:Jeroen Ruigrok van der Werven2001-02-082-4/+4
* Make sure that we do not accept packets shorter than a full ethernetLuigi Rizzo2001-02-081-1/+3
* Fix memory leaks with dev_get_children().Warner Losh2001-02-081-0/+6
* Fix a cosmetic problem with some very defensive programming: The devfsPoul-Henning Kamp2001-02-081-1/+17
* Fix a memory leak.Søren Schmidt2001-02-081-5/+4
* Fix memoryleaks with device_get_children().Jeroen Ruigrok van der Werven2001-02-082-0/+3
* Fix memory leaks with dev_get_children().Warner Losh2001-02-081-0/+3
* Define HAVE_PAM_GETENVLIST for build. Now environmental variables setJacques Vidrine2001-02-081-1/+1
* Hardcode c_fmt in a different way since used in nl_langinfo nowAndrey A. Chernov2001-02-084-7/+8
* Free the memory we get from devclass_get_devices and device_get_children.Mike Smith2001-02-083-9/+24
* Show denied secondary bind transfer attemptsBrian Somers2001-02-081-0/+7
* Fix typos: initalise -> initialise.Jeroen Ruigrok van der Werven2001-02-082-6/+6
* Protect freelists managed by Balloc/Bfree with a spinlock.Tor Egge2001-02-083-40/+63
* Fix style(9) bugs from previous commit: remove space after functionMike Heffner2001-02-081-6/+6
* When we receive an incoming Ethernet frame that was unicast to aArchie Cobbs2001-02-081-10/+14
* - By default treat supplied arguments as a shell globs to be matched againstMaxim Sobolev2001-02-084-41/+191
* activate monetdef, msgdef and numericdefAlexey Zelkin2001-02-081-2/+2
* Add sources for following categories: LC_NUMERIC (share/numericdef),Alexey Zelkin2001-02-0812-0/+246
* add langinfo.hAlexey Zelkin2001-02-081-1/+1
* add lmonetary.?, lnumeric.?, ldpart.?, lmessages.?, nl_langinfo.cAlexey Zelkin2001-02-081-1/+2
* Add SUSv2 compatible nl_langinfo() function. It still need some work, butAlexey Zelkin2001-02-082-0/+239
* Catch up to latest chanage in timelocal structures exporting.Alexey Zelkin2001-02-082-34/+36
* Export internal data structures in same manner as numeric/monetary/messagesAlexey Zelkin2001-02-082-8/+14
* Make localeconv() actual function. Now it will use LC_MONETARY/LC_NUMERICAlexey Zelkin2001-02-082-79/+65
* Make FreeBSD locale support complete: add support for rest locale categoriesAlexey Zelkin2001-02-089-54/+637
* Optimize gencat(1) sources in same manner as its libc part some time ago:Alexey Zelkin2001-02-083-299/+151
* Added pc98 supports.Yoshihiro Takahashi2001-02-081-0/+5
* Document the cases in which setreuid changes the saved-user-ID.Jacques Vidrine2001-02-081-0/+5
* Fixed the .St strings so that no single-character component ofRuslan Ermilov2001-02-081-10/+10
* Fixed the .Xr macro so that it produces the right spacingRuslan Ermilov2001-02-081-12/+12
* mdoc(7) police: print #ifdef/#endif literally,Ruslan Ermilov2001-02-081-3/+3
* mdoc(7) police: C types should be declared with either .Ft or .Vt.Ruslan Ermilov2001-02-081-1/+3
* mdoc(7) police: removed hard sentence break, corrected .Nd.Ruslan Ermilov2001-02-082-6/+6
* Remove the manpage since the actual software was put in the Attic.David E. O'Brien2001-02-081-459/+0
* De-__P()-ify, convert K&R style declarations to ANSI onesMike Heffner2001-02-081-13/+8
* Prevent string overflows by using safer string functionsMike Heffner2001-02-081-21/+27