| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply clue to mind and correct the ISO setting to the correct one. | asmodai | 2001-02-08 | 8 | -3/+49 |
* | Whoops... forgotten a few pieces in previous patch: | luigi | 2001-02-08 | 1 | -5/+9 |
* | Add LC_NUMERIC, LC_MONETARY, and LC_MESSAGES definitions for | asmodai | 2001-02-08 | 6 | -0/+61 |
* | Fix comment to reflect what it should be: | asmodai | 2001-02-08 | 2 | -4/+4 |
* | Make sure that we do not accept packets shorter than a full ethernet | luigi | 2001-02-08 | 1 | -1/+3 |
* | Fix memory leaks with dev_get_children(). | imp | 2001-02-08 | 1 | -0/+6 |
* | Fix a cosmetic problem with some very defensive programming: The devfs | phk | 2001-02-08 | 1 | -1/+17 |
* | Fix a memory leak. | sos | 2001-02-08 | 1 | -5/+4 |
* | Fix memoryleaks with device_get_children(). | asmodai | 2001-02-08 | 2 | -0/+3 |
* | Fix memory leaks with dev_get_children(). | imp | 2001-02-08 | 1 | -0/+3 |
* | Define HAVE_PAM_GETENVLIST for build. Now environmental variables set | nectar | 2001-02-08 | 1 | -1/+1 |
* | Hardcode c_fmt in a different way since used in nl_langinfo now | ache | 2001-02-08 | 4 | -7/+8 |
* | Free the memory we get from devclass_get_devices and device_get_children. | msmith | 2001-02-08 | 3 | -9/+24 |
* | Show denied secondary bind transfer attempts | brian | 2001-02-08 | 1 | -0/+7 |
* | Fix typos: initalise -> initialise. | asmodai | 2001-02-08 | 2 | -6/+6 |
* | Protect freelists managed by Balloc/Bfree with a spinlock. | tegge | 2001-02-08 | 3 | -40/+63 |
* | Fix style(9) bugs from previous commit: remove space after function | mikeh | 2001-02-08 | 1 | -6/+6 |
* | When we receive an incoming Ethernet frame that was unicast to a | archie | 2001-02-08 | 1 | -10/+14 |
* | - By default treat supplied arguments as a shell globs to be matched against | sobomax | 2001-02-08 | 4 | -41/+191 |
* | activate monetdef, msgdef and numericdef | phantom | 2001-02-08 | 1 | -2/+2 |
* | Add sources for following categories: LC_NUMERIC (share/numericdef), | phantom | 2001-02-08 | 12 | -0/+246 |
* | add langinfo.h | phantom | 2001-02-08 | 1 | -1/+1 |
* | add lmonetary.?, lnumeric.?, ldpart.?, lmessages.?, nl_langinfo.c | phantom | 2001-02-08 | 1 | -1/+2 |
* | Add SUSv2 compatible nl_langinfo() function. It still need some work, but | phantom | 2001-02-08 | 2 | -0/+239 |
* | Catch up to latest chanage in timelocal structures exporting. | phantom | 2001-02-08 | 2 | -34/+36 |
* | Export internal data structures in same manner as numeric/monetary/messages | phantom | 2001-02-08 | 2 | -8/+14 |
* | Make localeconv() actual function. Now it will use LC_MONETARY/LC_NUMERIC | phantom | 2001-02-08 | 2 | -79/+65 |
* | Make FreeBSD locale support complete: add support for rest locale categories | phantom | 2001-02-08 | 9 | -54/+637 |
* | Optimize gencat(1) sources in same manner as its libc part some time ago: | phantom | 2001-02-08 | 3 | -299/+151 |
* | Added pc98 supports. | nyan | 2001-02-08 | 1 | -0/+5 |
* | Document the cases in which setreuid changes the saved-user-ID. | nectar | 2001-02-08 | 1 | -0/+5 |
* | Fixed the .St strings so that no single-character component of | ru | 2001-02-08 | 1 | -10/+10 |
* | Fixed the .Xr macro so that it produces the right spacing | ru | 2001-02-08 | 1 | -12/+12 |
* | mdoc(7) police: print #ifdef/#endif literally, | ru | 2001-02-08 | 1 | -3/+3 |
* | mdoc(7) police: C types should be declared with either .Ft or .Vt. | ru | 2001-02-08 | 1 | -1/+3 |
* | mdoc(7) police: removed hard sentence break, corrected .Nd. | ru | 2001-02-08 | 2 | -6/+6 |
* | Remove the manpage since the actual software was put in the Attic. | obrien | 2001-02-08 | 1 | -459/+0 |
* | De-__P()-ify, convert K&R style declarations to ANSI ones | mikeh | 2001-02-08 | 1 | -13/+8 |
* | Prevent string overflows by using safer string functions | mikeh | 2001-02-08 | 1 | -21/+27 |
* | Bump __FreeBSD_cc_version to 500002 to show the -pthread option change. | obrien | 2001-02-08 | 1 | -1/+1 |
* | Add recently added PHY drivers sources. | semenu | 2001-02-08 | 1 | -0/+3 |
* | Don't bother with acquiring/releasing Giant around kmem_malloc() and | jhb | 2001-02-08 | 1 | -40/+0 |
* | Don't enable interrupts for a kernel breakpoint or trace trap. Otherwise, | jhb | 2001-02-08 | 3 | -18/+21 |
* | - Check if the ccb_infos in the softc is NULL before trying to free it in | jhb | 2001-02-08 | 2 | -2/+11 |
* | The code I picked up from NetBSD in '97 had a nasty bug. It limited | peter | 2001-02-07 | 1 | -7/+15 |
* | When SMPng was first committed, we removed 'cpl' from the interrupt | jhb | 2001-02-07 | 2 | -2/+2 |
* | Oops... I knew i shouldn't use arrows in vi. Fix a typo causing errors in | semenu | 2001-02-07 | 1 | -1/+0 |
* | Synch: Properly constify sccsid[]. | asmodai | 2001-02-07 | 1 | -2/+2 |
* | Synch: Prefer memmove() over bcopy(). | asmodai | 2001-02-07 | 1 | -1/+1 |
* | Synch: Properly constify sccsid[]. | asmodai | 2001-02-07 | 1 | -1/+1 |