Go to file
dsl 0334c2fd52 Fix processing of vm.bufmem_lowater and vm.bufmem_hiwater on 64bit systems.
The values are 'u_long' so copying them into an 'int' temporary
(to avoid writing an out of range value into the actual variable)
doesn't work too well at all.
Shows up on amd64 now that the sysctl values are marked as 64bit.
sparc64 must have been badly broken for ages.
2012-06-03 11:37:44 +00:00
bin Remove an unnecessary space in the manpage. Patch provided by Bug Hunting. 2012-05-09 22:29:06 +00:00
common fix lint comment. 2012-04-07 16:28:59 +00:00
compat Fix typos; wording. 2012-03-29 18:35:11 +00:00
crypto pull in upstream rev.22547: 2012-05-11 18:07:33 +00:00
dist Finish move of bzip2 from dist/bzip2 to external/bsd/bzip2. 2012-05-07 00:35:25 +00:00
distrib Add run(4) cat page. 2012-06-02 10:06:29 +00:00
doc Add myself as responsible for urtwn(4), run(4). 2012-05-30 14:33:48 +00:00
etc PR/46521: Jim Bernard: remove duplicate -o 2012-06-02 15:52:24 +00:00
external Not sure why this has just started to fail! 2012-06-03 10:53:51 +00:00
extsrc
games use modern shell constructs 2012-04-26 03:16:13 +00:00
gnu Format strings don't use all arguments in the non-pluralized case. 2012-05-09 07:59:23 +00:00
include oops, forgot to commit: add tgamma and tgammaf 2012-05-05 22:07:57 +00:00
lib Claim copyright (per Joerg's request). 2012-06-02 22:15:15 +00:00
libexec Add capfile(5) to describe the termcap format. 2012-04-21 12:27:24 +00:00
regress Disable new -Wstring-plus-int warning where needed for now. 2012-04-04 10:59:44 +00:00
rescue PR/46393 - Nat Sloss -- add gpt(8) to /rescue 2012-05-25 21:46:13 +00:00
sbin Add support for unsigned decimal values. 2012-06-02 21:38:09 +00:00
share add doucmentation for usb_{add,rem,init}_task(). 2012-06-03 02:56:36 +00:00
sys Fix processing of vm.bufmem_lowater and vm.bufmem_hiwater on 64bit systems. 2012-06-03 11:37:44 +00:00
tests Fix build - delete extra & 2012-06-03 10:59:44 +00:00
tools Don't depend on __P. 2012-06-02 22:54:52 +00:00
usr.bin Handle "quoted strings" as items in a .for list 2012-06-03 04:29:40 +00:00
usr.sbin PR/46500 - Henning Petersen -- wrong permissions on create .seq files 2012-06-02 03:32:53 +00:00
x11 Missed defining XSERVER_XVAX 2012-05-15 14:29:29 +00:00
build.sh
BUILDING regen using 'make regen' in doc/ 2012-05-25 13:47:30 +00:00
Makefile Add usr.bin to the exclude list for make includes. 2012-04-21 08:28:00 +00:00
Makefile.inc
UPDATING Mention that you should run makemandb -f, or wait for the weekly script. 2012-05-07 11:20:24 +00:00