freebsd-nq/sys
Warner Losh a355badbad Mempage should be 1024 not 4096. This fixes the multiple 16-bit cards
failing to work in, eg, Soekris boxes.

This is a critcal fix for 6.0.

MFC After: ASAP
2005-10-16 03:58:06 +00:00
..
alpha 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most 2005-10-14 12:43:47 +00:00
amd64 Correct few MSR addresses. 2005-10-15 00:44:56 +00:00
arm Whitespace. 2005-10-14 18:36:49 +00:00
boot Add new option `q', which makes second stage loader quiet unless autoboot 2005-10-16 01:55:35 +00:00
bsm
cam
coda
compat regen after recvmsg, recvfrom, sendmsg 2005-10-15 05:57:34 +00:00
conf Remove the sx(4) driver at the request of the author. The author 2005-10-14 18:24:58 +00:00
contrib In detach method, move if_free() after bus_teardown_intr(). 2005-10-13 21:11:20 +00:00
crypto
ddb - Call db_setup_paging() for traceall. 2005-10-02 22:57:31 +00:00
dev Mempage should be 1024 not 4096. This fixes the multiple 16-bit cards 2005-10-16 03:58:06 +00:00
doc
fs In preparation for making the modules actually use opt_*.h files 2005-10-14 23:17:45 +00:00
gdb
geom Rough implementation of the create and add verbs. The verbs cause 2005-10-09 17:10:35 +00:00
gnu
i4b
i386 Fix compiling. 2005-10-15 22:57:39 +00:00
ia64 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most 2005-10-14 12:43:47 +00:00
isa
isofs/cd9660
kern Implement the 32bit versions of recvmsg, recvfrom, sendmsg 2005-10-15 05:57:06 +00:00
libkern Backout strtok() addition to libkern, strsep() is enough and strtok() 2005-10-06 19:06:07 +00:00
modules Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
net Make four more functions static that were missed in the last commit. 2005-10-14 20:57:02 +00:00
net80211
netatalk
netatm
netgraph In preparation for making the modules actually use opt_*.h files 2005-10-14 23:17:45 +00:00
netinet Change the reference counting to count the number of cloned interfaces for each 2005-10-12 19:52:16 +00:00
netinet6 added a missing unlock 2005-10-15 08:49:49 +00:00
netipsec
netipx
netkey
netnatm
netncp
netsmb Allow user to override default port numbers used by communication 2005-10-02 08:32:49 +00:00
nfs
nfs4client
nfsclient - Use strsep() instead of strtok(). 2005-10-06 19:04:08 +00:00
nfsserver
opencrypto
pc98 Merge over the remaining changes from i386 of the ksiginfo_t changes so 2005-10-14 22:03:39 +00:00
pccard
pci Only allow the sk(4) driver to attach to revision 2 of the LinkSys EG1032 2005-10-14 18:51:30 +00:00
posix4
powerpc 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most 2005-10-14 12:43:47 +00:00
rpc
security Lock object while we iterate through it's backing objects. 2005-10-09 02:37:27 +00:00
sparc64 Fix compiling. 2005-10-15 02:09:43 +00:00
sys Implement the 32bit versions of recvmsg, recvfrom, sendmsg 2005-10-15 05:57:06 +00:00
tools
ufs Close a race in the ufs_lookup() code that handles the ISDOTDOT 2005-10-14 22:13:33 +00:00
vm Move execve's access time update functionality into a new 2005-10-12 06:56:00 +00:00
Makefile