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
*
Don't ever assume that isdigit() is always subset of isxdigit()
ache
2001-11-28
7
-7
/
+7
*
Fix typo
ache
2001-11-28
1
-1
/
+1
*
Use stricter tests to disallow national digits > 9
ache
2001-11-28
1
-14
/
+14
*
Allow national (non-ASCII) digits
ache
2001-11-28
1
-55
/
+53
*
Allow national (non-ASCII) digits
ache
2001-11-28
1
-23
/
+23
*
Implement strtoimax() and strtoumax()
fenner
2001-11-28
5
-42
/
+337
*
Also mention "long long" in synopsis.
fenner
2001-11-28
1
-1
/
+1
*
Return a more meaningful errno when the length of the interpreter
jwd
2001-11-28
1
-0
/
+3
*
Base 36 is allowed.
fenner
2001-11-28
4
-4
/
+4
*
Put back base > 35 check. If someone dislike it, plese discuss it with
ache
2001-11-28
4
-4
/
+4
*
Add atoll(3) to conform POSIX and C99
ache
2001-11-28
3
-2
/
+69
*
Understand national (non-ASCII) digits now
ache
2001-11-28
6
-56
/
+42
*
Use 'mov' instead of 'lea' for setting the syscall number in %eax as that
jhb
2001-11-27
13
-21
/
+21
*
Add a pam_set_item(3) man page with an MLINK to pam_get_item(3).
des
2001-11-27
2
-0
/
+153
*
When servicing an internal FTP server, punch ipfirewall(4) holes
ru
2001-11-27
1
-5
/
+2
*
Must link strerror manpage to strerror_r.
wes
2001-11-27
1
-0
/
+1
*
Add strerror_r function per Posix prototype.
wes
2001-11-27
2
-23
/
+107
*
Create a pam_ssh(8) man page, based on a repo-copy of pam_unix(8).
des
2001-11-27
1
-85
/
+55
*
Document the local_pass and nis_pass options, add a few xrefs, and reorder
des
2001-11-27
1
-5
/
+29
*
Spelling police: sucessful -> successful.
dd
2001-11-24
1
-1
/
+1
*
s/processes/files/ inherited from kvm_getprocs(3).
ru
2001-11-24
1
-1
/
+1
*
Be more explicit about the fact that realloc() might return a
keramida
2001-11-24
1
-0
/
+4
*
mdoc(7) police: markup cleanup.
ru
2001-11-22
1
-15
/
+26
*
mdoc(7) police: add missing comma.
ru
2001-11-22
1
-1
/
+1
*
fix compilation (include -> #include)
fjoe
2001-11-21
1
-1
/
+1
*
mdoc(7) police: fixed typos and minor markup nits.
ru
2001-11-21
4
-17
/
+21
*
mdoc(7) police: markup nit in the actual rev. 1.13 changes.
ru
2001-11-21
1
-1
/
+1
*
mdoc(7) police: restore all FreeBSD fixes to this file that got
ru
2001-11-21
1
-16
/
+14
*
mdoc(7) police: general cleanup.
ru
2001-11-21
1
-40
/
+55
*
Should also include namespace.h
green
2001-11-21
1
-1
/
+3
*
Change certain syscalls from x to _x.
green
2001-11-21
1
-7
/
+7
*
Grammar nit.
ru
2001-11-21
1
-1
/
+1
*
mdoc(7) police: fixed bugs from rev. 1.15.
ru
2001-11-20
1
-14
/
+14
*
Introduce readpassphrase(3), a superset of getpass(3). This
green
2001-11-20
5
-101
/
+256
*
mdoc(7) police: minor markup and spelling fixes.
ru
2001-11-20
1
-4
/
+7
*
mdoc(7) police: sort xrefs.
ru
2001-11-20
1
-2
/
+2
*
mdoc(7) police: consistently use the .Ux macro.
ru
2001-11-20
1
-4
/
+4
*
mdoc(7) police: remove whitespace at EOL.
ru
2001-11-20
1
-1
/
+1
*
Include sys/param.h instead of sys/types.h to get the definition of the
jhb
2001-11-20
1
-1
/
+1
*
o Cleanup of includes: user.h may be a catch-all, but that's not
rwatson
2001-11-19
1
-4
/
+3
*
#include <sys/user.h> rather than individually including a plethora
rwatson
2001-11-19
1
-4
/
+1
*
Actually build new files.
jake
2001-11-19
1
-1
/
+2
*
libkvm for sparc64. Only works for kernel memory so far.
jake
2001-11-18
1
-0
/
+157
*
Need .type and .size here too.
jake
2001-11-18
7
-4
/
+15
*
Add more libc stuff.
jake
2001-11-18
11
-0
/
+843
*
Catch up to jmpbuf changes. Define offsets used from assmebly language
jake
2001-11-18
2
-24
/
+39
*
Remove fork and vfork wrappers. The kernel does the right thing.
jake
2001-11-18
3
-127
/
+1
*
Add .type and .size pseudo-ops to system call macros so that dynamic binaries
jake
2001-11-18
1
-7
/
+15
*
Remove a sentence from the BUGS section that claims non page-aligned
iedowse
2001-11-18
1
-3
/
+1
*
Fix pthread_join so that it works if the target thread exits while
deischen
2001-11-17
12
-30
/
+96
[next]