summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change struct vmspace->vm_shm from void * to struct shmmap_state *, thisalfred2002-07-222-4/+4
* Remove caddr_t.alfred2002-07-224-43/+38
* sync comment with reality. IN6P_BINDV6ONLY -> IN6P_IPV6_V6ONLY.ume2002-07-221-1/+1
* do not refer to IN6P_BINDV6ONLY anymore.ume2002-07-222-8/+1
* remove caddr_t from fo_ioctl callsalfred2002-07-221-2/+2
* remove caddr_talfred2002-07-221-9/+8
* sin6_len is not an address family. I believe this doesn'tume2002-07-221-1/+1
* - Remove unnecessary break statement.robert2002-07-221-2/+1
* Add device(power/sleep button and lid) wake function from sleeping state.iwasaki2002-07-224-5/+174
* Set VAPPEND in open mode when O_APPEND is specified as an argument torwatson2002-07-223-0/+6
* Pre-wire the output buffer so that sysctl_kern_function_list() doesn'ttruckman2002-07-221-0/+1
* Provide a way for sysctl handlers to pre-wire their output buffer beforetruckman2002-07-222-0/+18
* Copy manufacturer and version string into the kernel, and copy it toimp2002-07-223-2/+10
* Teach discretionary access control methods for files about VAPPENDrwatson2002-07-224-43/+43
* Add VALLPERM, which is a mask of all the access control request permissionrwatson2002-07-221-0/+1
* Sort vnode access mode flags.rwatson2002-07-221-6/+8
* Move lock in pcm_chn_add() to after malloc.orion2002-07-221-3/+2
* Move 'em' from files.i386 to files so that it is within reach of thepeter2002-07-222-2/+2
* No more NO_WERROR for the kernel. It's still possible though, butpeter2002-07-221-1/+1
* The transition time for -Werror has been gone for a while. We are nowpeter2002-07-221-5/+0
* Make this compile.peter2002-07-221-0/+8
* Remove bktr.h/NBKTR. Set BKTR_FREEBSD_MODULE in opt_bktr.h instead.peter2002-07-221-5/+3
* Add units to card, wdc, wcd, wst and wfdpeter2002-07-211-5/+5
* Add unit counts for the i4b stuff where it still uses NFOO etc.peter2002-07-211-13/+13
* Add unit count to 'card'peter2002-07-211-1/+1
* pci/cy_pci.c is still MD, it needs i386/isa/cy.c for the core.peter2002-07-213-1/+2
* Add static unit count to pcipeter2002-07-211-1/+1
* Add static unit count for 'card'peter2002-07-211-1/+1
* Add static unit count for pci here as well.peter2002-07-212-2/+2
* Add explicit unit count on 'device pci' for ahc/ahdpeter2002-07-219-9/+9
* The following devices do not take a static unit 'count' argument:peter2002-07-212-8/+8
* Change bktr and smbus from 'count' back to 'optional'peter2002-07-211-2/+2
* Remove dependency on NPCI. Use 'options ATA_NOPCI' to compile withoutpeter2002-07-212-3/+6
* o Lock page queue accesses by vm_page_free() and vm_page_deactivate().alc2002-07-211-0/+12
* o Lock page queue accesses by vm_page_free().alc2002-07-211-0/+2
* o Lock page queue accesses in nfs_getpages().alc2002-07-211-1/+7
* o Lock page queue accesses by vm_page_free().alc2002-07-212-0/+4
* Add uaudio -- a USB audio device driver.nsayer2002-07-217-1/+3732
* Save flags returned by vn_open and use them when calling vn_close.johan2002-07-211-6/+11
* Do not pass a thread with the state TDS_RUNQ to setrunqueue(), otherwisetanimura2002-07-211-1/+4
* style(9)ize the whole fileimp2002-07-213-1422/+1476
* Fix more abuse of __FreeBSD__ to detect version.imp2002-07-211-63/+0
* Stop abusing NPCI for code that doesn't even work. Emit a warning.peter2002-07-211-5/+1
* Move SWTCH_OPTIM_STATS related code out of cpufunc.h. (This sort of statpeter2002-07-217-29/+21
* Remove abuse of NBKTR - this was always a NOP on freebsd. We neverpeter2002-07-213-11/+1
* Remove #if 0'ed abuse of NPCIpeter2002-07-211-3/+0
* Remove #include <pci.h> - there is no abuse of NPCI herepeter2002-07-211-1/+0
* The CNW_801 and CNW_802 are wireless cards that the cnw driver supports.imp2002-07-211-2/+0
* Don't abuse __FreeBSD__ as version number. Since it was >= 3, removeimp2002-07-211-2/+0
* Minor whitespace nits. remove #if 1 and #endif pair, but not code between.imp2002-07-212-7/+1
OpenPOWER on IntegriCloud