summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Re-do the handling of ndis_buffers. The NDIS_BUFFER structure iswpaul2003-12-234-22/+45
* Regen (should be a NOP except for rcsid)peter2003-12-234-4/+4
* GC unused namespc column.peter2003-12-231-548/+518
* Regen (should be a NOP except for rcsid changes)peter2003-12-236-6/+6
* GC unused third namespace column.peter2003-12-231-311/+268
* GC unused namespace column. Unwrap some long lines that now fit.peter2003-12-231-433/+391
* Regen - this should be essentially a NOP, except for rcsid changes.peter2003-12-235-5/+5
* Remove namespc column and attempt to un-fold some of the longer linespeter2003-12-231-563/+543
* Remove the namespace column from the syscalls tables. We don't actuallypeter2003-12-231-7/+7
* Regenpeter2003-12-234-5/+5
* freebsd32_fstat(2) is now MPSAFEpeter2003-12-231-1/+1
* Rather than screw around with the (unsafe) stackgap, call vn_stat/fo_statpeter2003-12-231-53/+45
* Regenpeter2003-12-234-29/+13
* Eliminate stackgap usage for the (woefully incomplete) path translationspeter2003-12-233-195/+3
* Add an additional field to the elf brandinfo structure to supportpeter2003-12-2312-35/+150
* Add a reminder note about removing the amd64 test here once the gcc33 portpeter2003-12-231-0/+1
* Catch a few places where NULL (pointer) was used where 0 (integer) waspeter2003-12-2314-29/+28
* Don peril sensitive sunglasses and set NULL to an actual pointer type,peter2003-12-231-0/+4
* Don't use NULL (pointer) when we're testing for a count of 0 (integer).peter2003-12-231-1/+1
* Don't use NULL (pointer) when we mean 0 (integer) for the number of tickspeter2003-12-232-2/+2
* resort device listsanpei2003-12-221-3/+3
* Fixed incomplete initialization in some ohci controllers withshiba2003-12-221-33/+46
* Enable support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNshiba2003-12-223-12/+45
* Make oldsize in smbfs_getattr() 64 bits wide instead of 32 to avoidtjr2003-12-221-1/+1
* Some minor touchups:wpaul2003-12-221-4/+9
* Now that I finally have power back, implement a couple more NDIS APIwpaul2003-12-221-0/+75
* Fix typo in ENE CB710 description. It isn't a 720.imp2003-12-221-1/+1
* fixed a bug that IPv6 routing header does not work properly if specified from...suz2003-12-221-1/+1
* - Create an unmapped guard page to trap access to vm_page_array[-1].alc2003-12-221-0/+5
* - Significantly reduce the number of preallocated pv entries inalc2003-12-223-29/+3
* - Cleanup some garbage left by KSE. There is still much garbage left to bejeff2003-12-211-4/+0
* - Add ':' as a separator between the OpenFirmware device space andgrehan2003-12-212-3/+4
* Make __elfN(ofw_loadfile) match parameter declaration for file_formatgrehan2003-12-211-1/+4
* Only print out an error if returned data size is < 0. A value of 0grehan2003-12-211-1/+2
* Use daddr_t instead of u_long for byte offset in strategygrehan2003-12-211-1/+1
* - use correct pointer arithmetic in heapsize calculationgrehan2003-12-211-7/+29
* - Correct an error in mincore(2) that has existed since its introduction:alc2003-12-211-1/+1
* Big round of updates:wpaul2003-12-215-32/+452
* - Make our transfer decisions based on load and not transferable load. Ajeff2003-12-201-7/+1
* - Enable ithread migration on x86. This is done to work around a bug in thejeff2003-12-201-0/+10
* Since we have additional kernel virtual address space, allow the bufferalc2003-12-201-1/+1
* Remove a variable that has been initialized but otherwise unused sincealc2003-12-201-2/+0
* o move mutex init/destroy logic to the module load/unload hooks;sam2003-12-201-11/+27
* Make the multiple include guard correct for this file location.obrien2003-12-202-6/+6
* - In kseq_transfer() return if smp has not been started.jeff2003-12-201-9/+14
* - Running interactive tasks with the minimum time-slice is fine for vi andjeff2003-12-201-1/+2
* Move all of the recovery thread routines nextgibbs2003-12-191-26/+33
* Bump __FreeBSD_version to indicate __cxa_atexit/__cxa_finalize presence.kan2003-12-191-1/+1
* We only need to terminate our recovery thread once.gibbs2003-12-191-4/+1
* The default value of net.graph.nonstandard_pppoe is changed to -1,yar2003-12-191-2/+2
OpenPOWER on IntegriCloud