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
...
*
Adjust code for new mailbox format.
davidxu
2002-11-18
2
-6
/
+6
*
Oops. Some ut_time stuff slipped through the cracks. These turned out
peter
2002-11-17
2
-2
/
+4
*
Update SYNOPSIS to reflect the standardized header. Add STANDARDS
mike
2002-11-17
1
-4
/
+13
*
- Ease sanity check to get cylinders.
nyan
2002-11-17
1
-6
/
+12
*
goto break; != break;
dougb
2002-11-17
1
-3
/
+3
*
Rework the sysconf(3) interaction with aio:
alfred
2002-11-17
1
-6
/
+3
*
Implement the lock with a cmpxchg instruction instead of a xchg.
marcel
2002-11-16
1
-2
/
+3
*
Disconnect the userland get/set/swapcontext() functions from
deischen
2002-11-16
4
-6
/
+6
*
Provide more correct default values for sysconf(3) reporting of the AIO
alfred
2002-11-16
1
-0
/
+3
*
Sort SRCS.
marcel
2002-11-16
1
-5
/
+4
*
utmp.ut_time and lastlog.ll_time are explicitly int32_t rather than
peter
2002-11-15
1
-4
/
+6
*
Fixed style(9)
nyan
2002-11-15
14
-410
/
+485
*
When about to do an execve(), don't reset the O_NONBLOCK flag on any file
archie
2002-11-15
1
-0
/
+4
*
Make dynamic PAM modules depend on dynamic PAM library.
ru
2002-11-14
1
-4
/
+7
*
Define `Sudden_Underflow' when compiling for the Alpha
robert
2002-11-14
1
-0
/
+3
*
bde points out that the LIBC_MAJOR macro doesn't exist and requests
imp
2002-11-14
1
-3
/
+6
*
Reset LogTag to NULL in closelog(3). This fixes mysterious crashes
ru
2002-11-14
1
-0
/
+1
*
o Fix _longjmp() to return 1 when the return value is given as 0.
marcel
2002-11-14
1
-52
/
+25
*
Argh, change declaration of two-dimensional array so that it actually
deischen
2002-11-13
2
-2
/
+3
*
Make this compile with whatever error-checking is enabled in buildworld
deischen
2002-11-13
1
-2
/
+2
*
At initialization, override the pthread stub routines in libc
deischen
2002-11-13
19
-136
/
+245
*
Use a jump table (a la Solaris) for pthread routines with default
deischen
2002-11-13
4
-401
/
+230
*
The pam_krb5 module stored a reference to a krb5_ccache structure as
nectar
2002-11-13
1
-20
/
+42
*
Use `krb5_get_err_text' instead of `error_message' so that instead of
nectar
2002-11-13
1
-24
/
+47
*
Actually check if stdbool.h exists when BOOTSTRAPPING.
ru
2002-11-13
2
-2
/
+2
*
Bootstrapping aid for 4.0-RELEASE.
ru
2002-11-13
2
-0
/
+8
*
Handle EFI partitions the same as regular FAT partitions. The only
marcel
2002-11-13
2
-0
/
+4
*
Add LOGIN_SETMAC to the list of flags that can't be set without class
rwatson
2002-11-12
1
-1
/
+1
*
Fix bogus return values from libc_r's writev() routine in situations where
archie
2002-11-12
1
-6
/
+21
*
Schedule an idle context to block until timeouts expire without blocking
mini
2002-11-12
6
-214
/
+178
*
- Document the chunk_name() function that replaces chunk_n[].
davidc
2002-11-11
1
-5
/
+10
*
Remove parameter names from function prototypes (at least one collided
davidc
2002-11-11
1
-36
/
+37
*
Remove debugging printfs.
phk
2002-11-11
1
-7
/
+0
*
ia64 ABI breaker:
marcel
2002-11-11
3
-38
/
+6
*
MBR slices are named the same on ia64 as they are on i386.
marcel
2002-11-11
1
-4
/
+4
*
Given that we have 3 places to document UUID related information,
marcel
2002-11-11
1
-9
/
+69
*
Write the boot block to the first 16 sectors of all partitions, instead of
jake
2002-11-10
1
-12
/
+13
*
Add efi to the list of types for which we need to return tha name.
marcel
2002-11-10
1
-1
/
+4
*
Add an efi chunk type. We need to be able to create an EFI partition
marcel
2002-11-10
1
-0
/
+1
*
General cleanup:
marcel
2002-11-10
1
-96
/
+68
*
Add cross references to mbrtowc(3) and wcrtomb(3).
tjr
2002-11-10
1
-1
/
+3
*
Don't check whether the first byte of the buffer is a null byte when
tjr
2002-11-10
1
-7
/
+1
*
Restore Peter's version of static __sF. There's too much pain for it
imp
2002-11-10
1
-1
/
+4
*
Describe the `n' and `ps' arguments to mbrlen().
tjr
2002-11-09
1
-2
/
+17
*
Typo: pointer to -> pointed to
tjr
2002-11-09
1
-1
/
+1
*
Use wide character ctype functions directly instead of relying on
tjr
2002-11-09
1
-2
/
+2
*
Add a missing return statement for the pwcs == NULL case (XSI extension).
tjr
2002-11-09
1
-0
/
+1
*
Fix two typos.
fenner
2002-11-08
1
-2
/
+2
*
- Recognize FAT partition on MBR and PC98 disks.
nyan
2002-11-08
1
-20
/
+47
*
Update acl.3 to xref getfacl(1) and setfacl(1), the recommended tools for
rwatson
2002-11-08
1
-6
/
+10
[prev]
[next]