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
*
Fixed PunchFW code segmentation violation bug.
ru
2000-08-14
1
-5
/
+4
*
Use queue(3) LIST_* macros for doubly-linked lists.
ru
2000-08-14
1
-65
/
+18
*
Fix an off-by-one error in the recursive mutex handling that made it
alfred
2000-08-13
3
-9
/
+9
*
The rest of the changes needed to support the new version of sendmail (8.11.0).
gshapiro
2000-08-12
3
-1
/
+40
*
- Added support for installing boot0 and boot0.5 for PC-98.
nyan
2000-08-12
3
-2
/
+75
*
Add the -mpreferred-stack-boundary=2 option to reduce code bloat. We
peter
2000-08-11
1
-0
/
+4
*
Add support to send the string 'PXEClient' as the Vendor class
ps
2000-08-11
3
-4
/
+32
*
Don't retry connecting via the same medium.
ume
2000-08-10
1
-16
/
+8
*
mention getipnodeby* and get{addr,name}info are not thread-safe. (sync with ...
itojun
2000-08-09
6
-21
/
+110
*
- Do not modify Peer's Call ID in outgoing Incoming-Call-Connected
ru
2000-08-09
1
-18
/
+25
*
This is an overhaul of the mode page handling in camcontrol as well as
kbyanc
2000-08-08
2
-3
/
+4
*
If using a DB_RECNO, db::put should return the new key if R_IAFTER is
green
2000-08-08
1
-1
/
+9
*
- Fixed warnings and typo.
nyan
2000-08-08
2
-1
/
+6
*
kevent() is not a POSIX cancellation point, so _kevent() need not be
jasone
2000-08-08
1
-7
/
+2
*
Add wrapper for kevent() syscall
jlemon
2000-08-07
13
-9
/
+95
*
Document return value of ENOENT for nonexistent/invalid filter entries.
jlemon
2000-08-07
1
-0
/
+2
*
Adjust TCP checksum rather than compute it afresh.
ru
2000-08-07
1
-4
/
+8
*
Don't use kern.disks sysctl on PC-98 because the wd driver doesn't call
nyan
2000-08-07
1
-0
/
+4
*
Good, fixing the header showed incorrect usage of it! #define _KERNEL
green
2000-08-06
1
-0
/
+3
*
Fix description of argv[0] passed to interpreted scripts; it's the name of
ben
2000-08-05
1
-3
/
+3
*
Prevent internal buffer overflow due to expansion of $LANG and/or name
kris
2000-08-05
1
-3
/
+11
*
src/Makefile.inc1 sets DESTDIR=${WORLDTMP} for `buildworld' stage
ru
2000-08-04
2
-2
/
+2
*
Return an error instead of overflowing the buffer in the case of a long
kris
2000-08-04
1
-0
/
+4
*
Calculate the string length of a u_long at compile-time, instead of using a
kris
2000-08-04
1
-5
/
+17
*
Correct factor-of-10 error in INT_STRLEN_MAXIMUM() calculation.
kris
2000-08-04
1
-1
/
+3
*
Correct string length bounds checking.
kris
2000-08-04
1
-3
/
+5
*
Prevent TMPDIR overflow.
kris
2000-08-04
1
-1
/
+5
*
Don't overflow the internal buffer in clnt_sperror()
kris
2000-08-04
1
-1
/
+1
*
sprintf -> snprintf paranoia
kris
2000-08-04
1
-3
/
+3
*
Limit the amount of data copied to the error buffer to _POSIX2_LINE_MAX.
kris
2000-08-04
1
-2
/
+2
*
Prevent buffer overflows.
kris
2000-08-04
1
-0
/
+10
*
Cleanup warnings by adding missint prototypes, removing unneeded duplicate
jhb
2000-08-03
4
-12
/
+20
*
Fix signedness bogon.
des
2000-08-02
1
-7
/
+6
*
Make sem_post() safe to call from within a signal handler, as required by
jasone
2000-08-01
6
-0
/
+30
*
Revert the temporary hack in rev 1.79.
peter
2000-08-01
1
-1
/
+1
*
If the format string passed to setproctitle begins with a '-'
ps
2000-08-01
4
-48
/
+28
*
Whitespace only:
sheldonh
2000-07-31
1
-4
/
+4
*
Add pointers to rfork_thread(3)
peter
2000-07-31
1
-3
/
+12
*
Add a skeleton rfork_thread(3) man page.
peter
2000-07-29
2
-1
/
+79
*
Take a shot at implementing a functional rfork_thread() for alpha. This
peter
2000-07-29
2
-0
/
+66
*
Fix some rather interesting bugs that managed to not turn up in various
peter
2000-07-29
1
-5
/
+5
*
rfork(2) wrapper for simple rfork-style threads. I have lost count of
peter
2000-07-29
3
-2
/
+114
*
Deal with the exit entry in MIASM changing to sys_exit.
peter
2000-07-29
1
-1
/
+1
*
Teach library about Home/End keys
ache
2000-07-28
2
-5
/
+30
*
Fully preserve original tty settings outside of line edition mode. Old variant
ache
2000-07-28
1
-44
/
+8
*
Move terminal descriptor flush before stty to eliminate potential problems
ache
2000-07-27
1
-1
/
+1
*
Don't fail if _ftp_stat() reports a protocol error, since that most likely
des
2000-07-27
1
-0
/
+1
*
Fix temp. singnals blocking. Only one signal was blocked due to typo pasted
ache
2000-07-26
1
-3
/
+5
*
Add address translation support for RTSP/RTP used by RealPlayer and
archie
2000-07-26
8
-3
/
+819
*
MFC 1.11.2.3 from -stable to -current
dillon
2000-07-25
1
-6
/
+21
[next]