freebsd-skq/usr.bin
jasone 769e0f974d Major update to the way synchronization is done in the kernel. Highlights
include:

* Mutual exclusion is used instead of spl*().  See mutex(9).  (Note: The
  alpha port is still in transition and currently uses both.)

* Per-CPU idle processes.

* Interrupts are run in their own separate kernel threads and can be
  preempted (i386 only).

Partially contributed by:	BSDi (BSD/OS)
Submissions by (at least):	cp, dfr, dillon, grog, jake, jhb, sheldonh
2000-09-07 01:33:02 +00:00
..
apply fork() -> vfork() 2000-05-19 09:42:53 +00:00
ar
at
banner
basename Reintroduce functionality and error checks that were boneheadedly removed 2000-09-06 07:28:02 +00:00
biff Don't call err() with no format string. 2000-07-10 08:42:58 +00:00
brandelf fix fd leak by close(fd) at end of loop. 2000-07-02 03:34:08 +00:00
c89
calendar These files are located under usr.bin/calendar/calendars/ru_RU.KOI8-R now 2000-05-04 11:40:15 +00:00
cap_mkdb
chat
checknr
chflags Switch over to using the new fflagstostr and strtofflags library calls. 2000-06-17 14:19:33 +00:00
chkey
chpass Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 2000-09-06 18:16:48 +00:00
cksum
cmp Fix a bug introduced in rev 1.8, where special files ended up 2000-07-25 13:01:34 +00:00
col
colcrt Start enumerate option with `The following options are available' like 2000-07-24 20:22:49 +00:00
colldef
colrm
column
comm
compile_et
compress From PR submitter: 2000-05-16 04:58:34 +00:00
ctags
cut
dig
dirname Reintroduce functionality and error checks that were boneheadedly removed 2000-09-06 07:28:02 +00:00
dnskeygen
dnsquery
doscmd Fix problems introduced in the previous commit: 2000-06-23 09:08:45 +00:00
du
ee Fix a bug introduced by my own previous commit (addition of the current 2000-08-21 10:21:28 +00:00
enigma
env
expand
false
fetch Don't try to set the mtime of the output file if it's not a regular file. 2000-09-02 09:48:34 +00:00
file Add the RealMedia file format. Also, add the $FreeBSD$. 2000-07-03 04:59:37 +00:00
file2c Spelling (embedd to embed) fix and change a comma to a semicolon. 2000-07-11 22:52:12 +00:00
find Make passing unknown fstypes to -fstype result in a warning instead of 2000-07-28 20:02:42 +00:00
finger Finger.conf first appeared in 4.2 (now that it's been MFCd) 2000-08-25 22:22:04 +00:00
fmt
fold optarg and optind are declared in unistd.h. 2000-09-04 05:59:25 +00:00
from optarg and optind are declared in unistd.h. 2000-09-04 05:59:25 +00:00
fstat Add a new options: -m enables searching for memory-mapped files. 2000-04-05 05:45:40 +00:00
fsync Avoid the need to capitalize an extraneous argument to the Nm macro 2000-07-24 21:53:04 +00:00
ftp optarg and optind are declared in unistd.h. 2000-09-04 05:59:25 +00:00
gcore Change our ELF binary branding to something more acceptable to the Binutils 2000-04-18 02:39:26 +00:00
genassym
gencat Fix octal numbers parsing 2000-07-15 17:17:33 +00:00
gensetdefs
getconf Unbreak for the case where ``make obj'' was run first. 2000-04-26 07:00:46 +00:00
getopt getopt and friends are declared in <unistd.h> 2000-09-04 06:09:54 +00:00
global
gprof
gprof4
head
hesinfo Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 2000-09-06 18:16:48 +00:00
hexdump Oops, missed another printf() invocation with no format string. 2000-07-10 09:07:04 +00:00
host
id
indent Don't call err() with no format string. 2000-07-10 09:14:15 +00:00
ipcrm Fix miscellaneous mdoc macro argument limit infringements. 2000-05-09 14:02:06 +00:00
ipcs Remove the undocumented semconfig() system calls. These cause more trouble 2000-05-01 10:49:41 +00:00
join
jot Don't call printf with no format string. 2000-07-10 06:02:13 +00:00
kdump Unbreak world build by adding the necessary <net/ethernet.h> include. 2000-08-02 07:37:44 +00:00
kenv Initial kenv(1) hack for dumping the kernel environment. This can be 2000-07-08 08:33:40 +00:00
key
keyinfo Fixed world breakage for the NOSHARED=yes case. Libraries were added to 2000-08-12 20:54:47 +00:00
keyinit
keylogin
keylogout
killall After positive feedback from a few folks, activate a switchover to 2000-08-28 22:09:38 +00:00
ktrace getopt and friends are declared in <unistd.h> 2000-09-04 06:09:54 +00:00
kzip Don't call err() with no format string. 2000-07-10 09:14:15 +00:00
lam Don't call err() with no format string. 2000-07-10 09:14:15 +00:00
last getopt and friends are declared in <unistd.h> 2000-09-04 06:09:54 +00:00
lastcomm
ldd getopt and friends are declared in <unistd.h> 2000-09-04 06:09:54 +00:00
leave
less ncurses -> termcap 2000-07-14 16:17:42 +00:00
lessecho Fixed some style bugs. Apart from formatting bugs, MANDEPEND is deprecated 2000-06-03 11:39:38 +00:00
lesskey Fixed some style bugs. Apart from formatting bugs, MANDEPEND is deprecated 2000-06-03 11:39:38 +00:00
lex
limits
locate getopt and friends are declared in <unistd.h> 2000-09-04 06:09:54 +00:00
lock
lockf
logger Allow logger to send messages directly to a remote syslog. (This 2000-07-18 08:56:54 +00:00
login Add braces to avoid ambiguity in a nested conditional (silences a gcc 2000-04-26 10:38:19 +00:00
logname
look
lorder Use different filenames. 2000-05-17 22:46:47 +00:00
lsvfs
m4 getopt and friends are declared in <unistd.h> 2000-09-04 06:09:54 +00:00
mail Complete migration of aliases file to /etc/mail/aliases. 2000-08-13 18:38:58 +00:00
make Remove gratuitous free() call when we use special .SHELL target. 2000-08-18 10:41:37 +00:00
makewhatis
mesg
minigzip
mk_cmds
mkdep
mkfifo
mklocale
mkstr
mktemp Fix example. 2000-06-04 09:11:22 +00:00
msgs Complete migration of aliases file to /etc/mail/aliases. 2000-08-13 18:38:58 +00:00
mt Add cross reference to the ast device. 2000-08-16 16:38:47 +00:00
ncal
ncplist
ncplogin
netstat Replace the mbuf external reference counting code with something 2000-08-19 08:32:59 +00:00
newkey
nfsstat getopt and friends are declared in <unistd.h> 2000-09-04 06:09:54 +00:00
nice
nm getopt and friends are declared in <unistd.h> 2000-09-04 06:09:54 +00:00
nohup
objformat
opieinfo
opiekey Fix minor style nits. 2000-05-14 21:13:57 +00:00
opiepasswd
pagesize
passwd Fix a premature freeing bug found with malloc debugging courtesy John Hay. 2000-08-26 03:42:51 +00:00
paste
pr
printenv The printenv(1) command is now a builtin(1) in csh(1). 2000-05-09 15:02:03 +00:00
printf When we have both a rcsid and sccsid, ifdef 0 the sccsid. This 2000-09-04 06:11:25 +00:00
quota
ranlib getopt and friends are declared in <unistd.h> 2000-09-04 06:09:54 +00:00
rdist
renice #include <errno.h> where needed. Kill extern int errno;. 2000-04-14 06:39:19 +00:00
rev
rlogin getopt and friends are declared in <unistd.h> 2000-09-04 06:09:54 +00:00
rpcgen
rpcinfo getopt and friends are declared in <unistd.h> 2000-09-04 06:09:54 +00:00
rs
rsh
rup getopt and friends are declared in <unistd.h> 2000-09-04 06:09:54 +00:00
ruptime
rusers
rwall
rwho
sasc
script Don't call warn() with no format string. 2000-07-10 09:18:19 +00:00
sed Small style fix '=' -> ' = ' 2000-05-11 20:15:16 +00:00
shar
showmount Cross-reference mount_nfs(8) and showmount(8). 2000-07-18 17:34:23 +00:00
size
sockstat Restore support for displaying raw IPv4 sockets and 2000-08-30 13:24:01 +00:00
soelim Don't call warn() with no format string. 2000-07-10 09:18:19 +00:00
split
strings getopt and friends are declared in <unistd.h> 2000-09-04 06:09:54 +00:00
strip
su Document the ``-'' option and minor re-wording in EXAMPLES 2000-08-05 23:03:12 +00:00
symorder
systat Quick Fix: swap.c doesn't appear to actually need <sys/conf.h>, so remove 2000-08-24 20:22:44 +00:00
tail Convert calls to match new kqueue API. 2000-07-18 19:38:38 +00:00
talk Fix a bug when talking to non-freebsd machines where carriage return 2000-07-11 01:31:39 +00:00
tconv getopt and friends are declared in <unistd.h> 2000-09-04 06:09:54 +00:00
tcopy
tee
telnet getopt and friends are declared in <unistd.h> 2000-09-04 06:09:54 +00:00
tftp
time getopt and friends are declared in <unistd.h> 2000-09-04 06:09:54 +00:00
tip #include <errno.h> where needed. Kill extern int errno;. 2000-04-14 06:39:19 +00:00
top Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
touch
tput getopt and friends are declared in <unistd.h> 2000-09-04 06:09:54 +00:00
tr
true Add $FreeBSD$ (and test remote commits after the Freefall upgrade) 2000-05-06 01:38:24 +00:00
truncate Merge the truncate(1) utility onto the RELENG_4 branch and adjust 2000-08-04 08:05:52 +00:00
truss Make auto-generated ioctl.c to be always considered out of date 2000-08-01 10:21:13 +00:00
tset
tsort
tty
uac Fix typo(s) I overlooked in my last commit. 2000-06-20 15:40:50 +00:00
ul Don't coredump on long input lines. If anyone actually cares, this should 2000-07-31 10:14:06 +00:00
uname
unexpand
unifdef
uniq
units Add 'shot', using the definition used by bars and shotglasses. 2000-08-27 22:02:42 +00:00
unvis
usbhidctl Rename the `name'' argument to `item'' and mark it up as an argument. 2000-07-20 11:39:14 +00:00
users
uudecode
uuencode
vacation getopt and friends are declared in <unistd.h> 2000-09-04 06:09:54 +00:00
vgrind
vi Install Ukrainian message catalog. 2000-08-22 22:00:57 +00:00
vis
vmstat Remove unneeded #include <sys/buf.h> 2000-05-05 16:07:10 +00:00
w
wall Let wall report the local timezone as well on output. 2000-07-27 07:58:47 +00:00
wc
what
whereis
which Get rid of the old version. 2000-08-29 23:38:12 +00:00
who
whois Enable whois queries over IPv6 2000-07-07 07:52:21 +00:00
window #include <errno.h> where needed. Kill extern int errno;. 2000-04-14 06:39:19 +00:00
write
xargs
xinstall Switch over to using the new fflagstostr and strtofflags library calls. 2000-06-17 14:19:33 +00:00
xlint
xstr
yacc
yes Correct the attribution for yes(1). 2000-07-18 18:32:08 +00:00
ypcat
ypmatch
ypwhich
Makefile Add fsync(8). This becomes useful with the advent of MAP_NOSYNC etc. 2000-07-19 08:38:18 +00:00
Makefile.inc