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
*
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
*
MFi386: revision 1.4.
nyan
2002-11-08
1
-1
/
+0
*
Don't set a variable to a bogus value right before setting it to the
jhb
2002-11-08
2
-2
/
+0
*
Don't set a value to a variable that we don't use.
jhb
2002-11-08
1
-1
/
+0
*
- Merge Write_FreeBSD() into Write_Disk().
jhb
2002-11-08
1
-40
/
+32
*
License and blurb update authorized by Network Associates.
rwatson
2002-11-07
2
-14
/
+8
*
Fixed pc98 support.
nyan
2002-11-07
2
-6
/
+5
*
Get this closer to working. The Write_Disk() function's for loop needed
jhb
2002-11-07
1
-20
/
+13
*
o Make the COMPATIBILITY section a bit less redundant.
chris
2002-11-06
1
-1
/
+1
*
o Update man page to reflect the new prototypes for mac_{to,from}_text.
chris
2002-11-06
1
-43
/
+15
*
Hook up the userland wrapper for __mac_execve().
rwatson
2002-11-06
2
-0
/
+43
*
Wrap function prototype declarations in __BEGIN_DECLS to do the right thing
jmallett
2002-11-05
1
-0
/
+2
*
License update authorized by NAI: remove clause 3.
rwatson
2002-11-05
1
-7
/
+4
*
Fix bogus return values from libc_r's write() routine in situations where
archie
2002-11-05
1
-6
/
+21
*
Clarify language relating to ACLs, Capabtilities, and MAC, since the
rwatson
2002-11-04
1
-28
/
+36
*
Update license, historical information.
rwatson
2002-11-04
1
-7
/
+8
*
Point out that the MAC Framework is considered experimental.
rwatson
2002-11-04
1
-0
/
+9
*
After waiting for help with the markup, I finally decided to just patch
nsayer
2002-11-04
1
-3
/
+3
*
Add descriptions for some _PC_* variables from <sys/unistd.h> that
tjr
2002-11-04
1
-1
/
+40
*
Backout "compatibility hack" for __sF.
alfred
2002-11-04
2
-9
/
+1
*
Remove unused MBR gunk leftover from i386.
jhb
2002-11-03
1
-11
/
+1
*
Fix to compile for pc98.
nyan
2002-11-03
1
-0
/
+8
*
Initialize d->bios_cyl. We know the media size in sectors, the number
marcel
2002-11-03
1
-4
/
+10
*
Provide a hook to make __sF visible outside of libc for commercial apps
alfred
2002-11-02
2
-1
/
+9
*
Add support for GPT:
marcel
2002-11-02
1
-5
/
+45
*
Add support for ia64. This is almost identical to i386, except that
marcel
2002-11-02
1
-0
/
+20
*
Don't claim all MBR's have subtype 165 on i386.
phk
2002-11-02
2
-3
/
+2
*
Track the number of non-data chararacters stored in socket buffers so that
kbyanc
2002-11-01
1
-1
/
+1
*
Fill in partition 2 with with "whole disk" parameters.
phk
2002-11-01
1
-0
/
+8
*
* Add stubs for pthread_cond_broadcast.
dfr
2002-11-01
3
-28
/
+246
*
No need to include floatio.h here: vfscanf() no longer uses anything
tjr
2002-11-01
2
-2
/
+0
*
Re-apply the previously backed-out commit that fixes the problem where
archie
2002-10-31
6
-7
/
+10
*
Use the strong symbol'd version of pthread_mutex_init so we don't
deischen
2002-10-31
1
-2
/
+2
*
Style(9) improvements.
phk
2002-10-31
1
-6
/
+6
*
Set the sector size for the disk.
phk
2002-10-31
1
-0
/
+2
*
Restore to pc98 support.
nyan
2002-10-31
3
-50
/
+108
*
Use ${MACHINE} variable instead of using '.if .endif' each machines.
nyan
2002-10-31
1
-18
/
+1
*
Add '#include <err.h>' for warn().
nyan
2002-10-31
1
-0
/
+1
*
Actually save the bootblock in the disk structure. Write the bootblock
jake
2002-10-31
2
-2
/
+9
*
Make __sF static. This can not be allowed to exist in 5.x.
alfred
2002-10-31
1
-1
/
+1
*
Untested alpha disk writer.
phk
2002-10-30
1
-1
/
+1
[next]