index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a local copy of entry_d for finding matches. Otherwise, if entry_d pointed
markus
2009-12-25
1
-1
/
+6
*
Intel XScale hwpmc(4) support.
rpaulo
2009-12-23
3
-0
/
+86
*
Fix a bug in gzipfs that prevented lseek() from working and add lseek()
jhb
2009-12-23
2
-16
/
+67
*
MFV of tzdata2009t, r200831
edwin
2009-12-22
1
-1
/
+1
*
Use vsprintf instead of rolling our own.
delphij
2009-12-21
1
-9
/
+1
*
Use vsscanf instead of rolling our own.
delphij
2009-12-21
1
-24
/
+1
*
K&R -> ANSI prototype.
delphij
2009-12-21
1
-8
/
+3
*
Use _once() to initialize the pthread key for thread-local storage to hold
jhb
2009-12-21
1
-14
/
+14
*
Add a null pointer check so "name" can be used as a key parameter in
jamie
2009-12-17
1
-1
/
+1
*
(no commit message)
matteo
2009-12-16
1
-1
/
+2
*
cpuset(2): fix a typo and a markup error in the man page
jilles
2009-12-15
1
-2
/
+2
*
Work-around a race condition on ia64 while unlocking a contested lock.
marcel
2009-12-14
1
-0
/
+3
*
Explicitly say that this is an internal library which is intended to be
delphij
2009-12-13
1
-1
/
+10
*
Fix libusb_open_device_with_vid_pid() to return a NULL if no device is
scf
2009-12-12
1
-2
/
+2
*
Remove a dead store.
scf
2009-12-12
1
-2
/
+2
*
The hostname passed to ulog_login(3) may be optional.
ed
2009-12-11
1
-1
/
+2
*
Convert pam_lastlog(8) to libulog.
ed
2009-12-11
3
-88
/
+27
*
Bump the man page date to the date of the last update.
syrinx
2009-12-11
1
-1
/
+1
*
Add support for TACACS+ accounting to libtacplus(3).
syrinx
2009-12-11
4
-0
/
+142
*
Add a missing else that negated the truncation of ki_ngroups to
brooks
2009-12-10
1
-1
/
+1
*
Merge two cpio fixes from libarchive.googlecode.com:
kientzle
2009-12-10
1
-2
/
+5
*
Simplify arena_run_reg_dalloc(), and remove a bug that was due to incorrect
jasone
2009-12-10
1
-89
/
+28
*
Fix the posix_memalign() changes in r196861 to actually return a NULL pointer
jasone
2009-12-10
1
-0
/
+1
*
sem_init(3): document process shared semaphores and their restrictions
jilles
2009-12-08
1
-18
/
+9
*
Install libulog in /lib.
ed
2009-12-07
1
-0
/
+2
*
Revert behavior change to setenv(), unsetenv() and putenv() until a more
scf
2009-12-07
1
-3
/
+6
*
Update the getenv(3) man page to reflect the recent change to the behavior
scf
2009-12-06
1
-9
/
+9
*
Change the behavior of setenv(), putenv() and unsetenv() to continue parsing
scf
2009-12-06
1
-6
/
+3
*
Improve the comment within getenv() explaining the search order it takes to
scf
2009-12-06
1
-8
/
+9
*
Add a libutempter compatibility interface to libulog.
ed
2009-12-06
5
-4
/
+263
*
Massively extend libulog:
ed
2009-12-05
11
-158
/
+736
*
Fix many "function declaration isn't a prototype" warnings in libc.
ed
2009-12-05
12
-42
/
+27
*
Don't let the C library depend on <utmp.h>.
ed
2009-12-05
3
-14
/
+12
*
Remove warnings from exec.c.
ed
2009-12-05
1
-20
/
+19
*
Use ANSI C prototypes inside termios.
ed
2009-12-05
1
-31
/
+13
*
Remove (hidden) warning about missing prototypes for fdevname(3).
ed
2009-12-05
1
-0
/
+1
*
Add a missing word to a sentence in the return values section.
trhodes
2009-12-04
1
-1
/
+1
*
- Update the Spanish NLS catalog
gabor
2009-12-03
1
-5
/
+51
*
Use USER_PROCESS instead of LOGIN_PROCESS.
ed
2009-12-03
3
-6
/
+6
*
Also implement ut_type.
ed
2009-12-03
3
-0
/
+52
*
Add a new library: libulog.
ed
2009-12-03
10
-2
/
+693
*
The fd_mask type is an unsigned long, not an int, so treat the mask as a
jhb
2009-12-03
1
-2
/
+2
*
Properly support -fPIE by linking PIE binaries with specially-built
kib
2009-12-02
9
-35
/
+93
*
Make <libutil.h> work when included by itself.
ed
2009-12-02
1
-0
/
+28
*
Fix the dprintf() prototype.
brueffer
2009-12-02
1
-2
/
+2
*
Add an .Nm for strncat.
brueffer
2009-12-01
1
-2
/
+3
*
Temporarily revert the previous change because the linker has been
green
2009-12-01
1
-36
/
+28
*
Describe what setpgid(2) does when pgid=0. The text has been
keramida
2009-12-01
1
-0
/
+5
*
Do not gratuitously fail *env(3) operations due to corrupt ('='-less)
green
2009-12-01
1
-28
/
+36
*
Update to BIND 9.6.1-P2. The vulnerability this is designed to fix is
dougb
2009-11-30
1
-0
/
+4
[next]