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
/
usr.sbin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start committing Bluetooth HID (Human Interface Device) support.
emax
2004-04-10
17
-0
/
+3015
*
Use uint instead of u_int
emax
2004-04-09
10
-64
/
+64
*
Make sure Bluetooth stuff can be compiled on amd64
emax
2004-04-09
2
-5
/
+5
*
o SIOCGIFCONF->getifaddrs(2) conversion.
maxim
2004-04-09
1
-76
/
+51
*
- Change several errx() calls that should have been err() calls.
mux
2004-04-09
2
-13
/
+15
*
When invoking tar, make sure the mode option (-x) is first.
kientzle
2004-04-08
1
-7
/
+6
*
This manual page will not first appear in 4.10 as RELENG_4 has a different
trhodes
2004-04-07
1
-1
/
+1
*
Make WARNS=5 clean.
phk
2004-04-05
2
-6
/
+9
*
The list of (key,value) pairs to request_init is terminated by a 0 key,
dwmalone
2004-04-04
1
-1
/
+1
*
Add FBSDID. Use getopt(3).
charnier
2004-04-04
1
-11
/
+15
*
Add FBSDID. err(3) changed to errx(3) because there is no errno message
charnier
2004-04-04
1
-4
/
+4
*
2 small typos.
charnier
2004-04-04
1
-2
/
+2
*
Do not :-terminate err(3) string, one will be added anyway.
charnier
2004-04-04
1
-1
/
+1
*
If the user doesn't specify a device and we can't open any of the defaults,
dwmalone
2004-04-01
1
-6
/
+7
*
Unbreak the build by dealing with an unexpected dependency on tcpdump source
bms
2004-03-31
1
-0
/
+1
*
Fix regression in setkey whereby parser would fail to recognise tcp as
bms
2004-03-31
1
-0
/
+1
*
Merge of tcpdump 3.8.3 from tcpdump.org.
bms
2004-03-31
2
-87
/
+183
*
Fix today's faux pas by:
trhodes
2004-03-30
1
-16
/
+5
*
Add an adduser.conf manual page.
trhodes
2004-03-30
3
-3
/
+211
*
Synopsis fixes:
cperciva
2004-03-30
2
-12
/
+8
*
Add a cross reference to exports(5). While exports is not directly
simon
2004-03-30
1
-0
/
+1
*
Sychronize with reality: nologin(8) is now in /usr/sbin
cperciva
2004-03-30
1
-3
/
+3
*
Sync manpage's synopsis with usage().
ru
2004-03-30
2
-3
/
+5
*
Add PC98 supports.
nyan
2004-03-28
4
-5
/
+77
*
Correct typo in the last revision.
ceri
2004-03-27
1
-1
/
+1
*
-N without -M is pointless.
ru
2004-03-26
2
-12
/
+10
*
Update information of how pstat(8) accesses the running system.
ru
2004-03-26
1
-12
/
+15
*
Note that only one webnfs share is allowed per NFS server.
ceri
2004-03-22
1
-0
/
+3
*
On startup, warn if inetd's config file doesn't exist. This isn't
dwmalone
2004-03-22
1
-0
/
+2
*
Fixed a warning.
ru
2004-03-17
1
-1
/
+1
*
Fix typo
brueffer
2004-03-17
2
-2
/
+2
*
o Start sentences on new lines
brueffer
2004-03-17
2
-16
/
+34
*
Language cleanup
brueffer
2004-03-17
2
-18
/
+18
*
Move the _arlconfig define in the existing i386 section.
nyan
2004-03-17
1
-3
/
+1
*
Implement "arlconfig arlX quality".
fjoe
2004-03-16
5
-287
/
+123
*
Fix copyrights and mandoc markup.
fjoe
2004-03-16
2
-16
/
+16
*
Use void * instead of char * to avoid violating C99 strict aliasing rules.
des
2004-03-16
1
-17
/
+12
*
Change libdisk and sysinstall to use d_addr_t rather than u_long for disk
jhb
2004-03-16
4
-96
/
+116
*
o Add an -S option to not attempt to ascertain the validity of a shell.
mtm
2004-03-16
2
-13
/
+59
*
The arlconfig is needed on i386 only.
nyan
2004-03-16
1
-0
/
+2
*
Add arl(4): driver for Aironet Arlan 655 wireless adapters.
fjoe
2004-03-15
6
-0
/
+1709
*
Remove bogus (void **) casts. This unbreaks the -O2 build.
des
2004-03-15
1
-3
/
+3
*
The gsc driver has been retired, so retire its control program.
imp
2004-03-14
4
-274
/
+0
*
These go along with the stl and stli drivers, recently removed.
imp
2004-03-14
13
-3159
/
+0
*
Re-kill ispcvt on amd64 - rc.d/syscons was fixed ages ago.
peter
2004-03-13
1
-2
/
+0
*
Don peril-sensitive glasses and throw the switch to move nologin(8) from
cperciva
2004-03-13
1
-0
/
+1
*
Add missing spaces after "logconfig" in example lines.
cperciva
2004-03-13
1
-2
/
+2
*
Add standard copyright notice; fix style bugs. (Reported by bde)
cperciva
2004-03-13
1
-9
/
+26
*
When nologin(8) is installed in /usr/sbin/, create a symlink from
cperciva
2004-03-13
1
-7
/
+2
*
Move newsyslog.conf.5 to usr.sbin/newsyslog. There is no real history
trhodes
2004-03-12
2
-1
/
+371
[next]