summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change device name notation.simokawa2003-08-054-54/+141
* Enable IFCAP_VLAN_MTU and increase MTU for it.simokawa2003-08-052-4/+6
* Make the second argument to sooptcopyout() constant in order tohsu2003-08-052-5/+2
* In the mknod(), mkfifo(), link(), symlink() and undelete() syscalls,iedowse2003-08-052-10/+46
* In _bus_dmamap_load_buffer(), only count the number of bounce pages needed ifscottl2003-08-042-2/+4
* Fix logic bug in the previous commit. Any region less than 5 is amarcel2003-08-041-1/+1
* Do some minor Giant pushdown made possible by copyin, fget, fdrop,dwmalone2003-08-042-19/+14
* Adjust a comment to remove staleness and take slightly less implementationjhb2003-08-041-6/+2
* - GC unused cpu_thread_link().jhb2003-08-043-18/+1
* - Since td_critnest is now initialized in MI code, it doesn't have to bejhb2003-08-0410-66/+0
* Set td_critnest to 1 when setting up a thread since it is a MI field withjhb2003-08-043-1/+3
* Insert cosmetic spaces.jhb2003-08-041-2/+2
* Allow foot shooting as Linux emulation needs it.julian2003-08-042-4/+5
* Add support for multiple CPUs to cpuinfo.des2003-08-041-8/+18
* Put an uncovered page between the swap devices, that way we can be surephk2003-08-041-32/+23
* Set the BGE_RX_MTU register correctly so that we can receive slightlywpaul2003-08-041-1/+1
* - Don't mess with TX queue in fwohci_stop() if we failed to attach the device.simokawa2003-08-042-7/+14
* Cleanup the clock code. This includes:marcel2003-08-048-459/+174
* Use kmem_alloc_nofault() instead of kmem_alloc_pageable() to allocatealc2003-08-041-1/+1
* Now that the central POSIX.1e ACL code implements functions torwatson2003-08-043-88/+13
* fix disordering of filenames. Place the dev/ppc files in alphabeticalimp2003-08-043-4/+5
* Move more ACL logic from the UFS code (ufs_acl.c) to the central POSIX.1erwatson2003-08-044-8/+279
* In ufs_chmod(), use privilege only when required in the followingrwatson2003-08-041-5/+9
* Use the revision ID from PCI configuration space to identify Inteljdp2003-08-041-23/+41
* Fix handling of external interrupts: we weren't calling ast() whenmarcel2003-08-042-14/+51
* Name swap_pager_find_dev() more correctly swp_pager_finde_dev().phk2003-08-031-38/+21
* I accidentally hit undo before committing, fix the resulting off-by-one.phk2003-08-031-1/+1
* Remove the NSWAPDEV option, we have no upper limit on how manyphk2003-08-032-9/+0
* Change the layout policy of the swap_pager from a hardcoded widthphk2003-08-035-156/+134
* Move extern declaration of the various pagerops from vm_pager.cphk2003-08-032-6/+6
* Deal with GCC annoyingly defining _BIG_ENDIAN.obrien2003-08-031-0/+1
* Style sync.obrien2003-08-034-16/+18
* Revise obj_alloc(). Most notably, use the object's lock to prevent twoalc2003-08-031-17/+30
* When INVARIANTS is on and we're in uma_zalloc_free(), we need to makebmilekic2003-08-021-0/+15
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in pmap_mapdev().alc2003-08-024-4/+4
* There's already the elink.ko module available, don't embed it here.ru2003-08-021-2/+1
* Both 'c' an 'lines' are unused, the bogus init of lines was accidentallyjhb2003-08-021-2/+1
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in proc_rwmem().alc2003-08-021-1/+1
* fix braino in last commit.julian2003-08-021-1/+1
* Support the Titan VScom PCI-200HV2 2 port serial card.bde2003-08-021-0/+10
* Kick Giant compatibility one layer up.phk2003-08-021-9/+1
* Grab Giant in bufdonebio() since drivers may not hold it.phk2003-08-021-0/+4
* Merged from sys/dev/sio/sio.c revision 1.400.nyan2003-08-022-6/+12
* Grab Giant in physio() since non-giant drivers are starting to appear.phk2003-08-021-0/+3
* Merged from sys/dev/ppc/ppc.c revision 1.42.nyan2003-08-022-88/+74
* MFi386: revision 1.449.nyan2003-08-021-0/+1
* Don't hardcode unit 0 for the current device if we're loaded from anmarcel2003-08-024-35/+31
* Relax the check for bad LDTE allocations. It turns out thatjulian2003-08-021-4/+21
* - Use kmem_alloc_nofault() rather than kmem_alloc_pageable() inalc2003-08-021-3/+1
* o remove bmisshack no longer needed with the BSSID fix in v0.9.5.2 of the halsam2003-08-021-14/+17
OpenPOWER on IntegriCloud