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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Further optimize crontab's installation.
jkh
1997-08-14
1
-3
/
+2
*
|
Yeesh! I completely missed the cron.d install here which did the right
jkh
1997-08-14
1
-3
/
+1
*
|
Add usage() and use err(3).
charnier
1997-08-14
2
-12
/
+23
*
|
Use err(3). 100 -> MAXHOSTNAMELEN from OpenBSD.
charnier
1997-08-14
4
-32
/
+36
*
|
Oops, fix logic for previous commit
ache
1997-08-14
1
-5
/
+5
*
|
Hardcode progname in usage string.
charnier
1997-08-14
2
-48
/
+62
*
|
Use err(3) instead of local redefinition. Add usage().
charnier
1997-08-14
2
-51
/
+29
*
|
Use err(3). Correct usage string. Change default tape to /dev/rst0.
charnier
1997-08-14
3
-41
/
+31
*
|
Remove wrong machine-dependent phrase about maximum microseconds
ache
1997-08-14
1
-6
/
+5
*
|
Break loop if error != EINTR occurse or it can take forever with
ache
1997-08-14
1
-2
/
+5
*
|
Fix PR bin/4291: /usr/bin/make - inconsistent -j<n> flag parsing.
fsmp
1997-08-14
1
-8
/
+8
*
|
If the user doesn't have read permission, union_copyup should not copy
kato
1997-08-14
2
-2
/
+22
*
|
Backed out part of previous change. The example of -b mount in
kato
1997-08-14
2
-8
/
+4
*
|
Define NCURSES_VERSION publicly, some applications want it
ache
1997-08-13
5
-37
/
+80
*
|
install dot.shrc
wosch
1997-08-13
1
-1
/
+1
*
|
Cheap TEMPORARY fix for "Trap 9 When Boot SMP" problem.
fsmp
1997-08-13
1
-1
/
+10
*
|
Reserve major 81 for rocketport driver.
jkh
1997-08-13
2
-2
/
+4
*
|
Protect the copyright comments from reformatting by
steve
1997-08-13
5
-3
/
+28
*
|
add a diagnostic to catch some common cases of tsleep being
julian
1997-08-13
1
-1
/
+8
*
|
Note that default behaviour (restarting signals) is only for signal(3)
ache
1997-08-13
1
-1
/
+4
*
|
Handle syscalls error return slightly better
ache
1997-08-13
1
-6
/
+12
*
|
Back out itimerfix hack since nanosleep1 fixed now
ache
1997-08-13
1
-58
/
+19
*
|
Bypass itimerfix 100000000 limit in nanosleep1 using loop through timeouts
ache
1997-08-13
1
-46
/
+64
*
|
Use -I${.CURDIR}/../../sys so that the path is relative
steve
1997-08-13
1
-2
/
+2
*
|
Add a spin lock that prevents the sequencer from attempting to add an
gibbs
1997-08-13
4
-11
/
+61
*
|
Fix mdoc directives
ache
1997-08-13
1
-5
/
+7
*
|
SUNIT: exchange up/down states too
ache
1997-08-13
1
-1
/
+7
*
|
Add unsigned char cast to all ctype calls
ache
1997-08-13
1
-27
/
+27
*
|
Add ppp.shells.sample and ppp.deny to Makefile so they actually appear
danny
1997-08-13
1
-2
/
+2
*
|
Cast argument to lseek() properly to off_t.
jkh
1997-08-13
1
-2
/
+2
*
|
Make distribute target work again in the wake of the cron.d changes.
jkh
1997-08-13
1
-2
/
+4
*
|
Synchronize with sys/i386/isa/isa.c revision 1.100.
kato
1997-08-13
1
-7
/
+7
*
|
Synchronize with sys/i386/i386/trap.c revision 1.104.
kato
1997-08-13
1
-2
/
+2
*
|
Cosmetic in usage(). Mdoc'ify man page.
charnier
1997-08-13
2
-130
/
+119
*
|
Nm talk -> Nm.
charnier
1997-08-13
1
-3
/
+3
*
|
Remove trailing \n in warn() string.
charnier
1997-08-13
2
-10
/
+15
*
|
Use err(3). /sys/dkstat.h -> /usr/include/sys/dkstat.h
charnier
1997-08-13
3
-31
/
+32
*
|
Back out the fancy directory sorting, it's more pain that its worth,
pst
1997-08-13
1
-27
/
+4
*
|
Make the cutover to periodic and cron.d as discussed to death on committers
pst
1997-08-13
4
-275
/
+6
*
|
Incorporate some ideas that came up during discussion with msmith.
pst
1997-08-13
2
-50
/
+109
*
|
Add local_cron in the spirit of local_startup
pst
1997-08-13
1
-1
/
+2
*
|
ARP_PROXY_ALL -> ARP_PROXYALL
steve
1997-08-13
1
-2
/
+2
*
|
__GNU_G__ -> __GNUG__
steve
1997-08-13
1
-1
/
+1
*
|
Add parentheses because == has higher precedence than &.
steve
1997-08-13
2
-14
/
+14
*
|
Fix a typo that caused an incorrect path to be displayed.
steve
1997-08-13
1
-2
/
+2
*
|
Fix longstanding bug with buffer pointer goes beyoud buffer start
ache
1997-08-13
1
-1
/
+1
*
|
Enable periodic
pst
1997-08-13
1
-2
/
+2
*
|
TRACE_VIRTPUT (we don't have it yet) -> TRACE_CHARPUT
ache
1997-08-13
1
-1
/
+1
*
|
line continuation
adam
1997-08-12
1
-2
/
+2
*
|
Describe signals behaviour now
ache
1997-08-12
1
-1
/
+7
[prev]
[next]