summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Remove a debugging printf that slipped in.jeff2005-04-131-1/+0
* Change the segment limits to 4GB, we set the user accessible bit on allpeter2005-04-139-67/+201
* Fix mss byte order, only affects synproxy code path.glebius2005-04-131-0/+2
* Fix compile error :-(.imp2005-04-131-1/+2
* Fix an evil bug that appeared in September 2003. VM86 bios calls use twopeter2005-04-133-4/+4
* Test for NULL before use.mdodd2005-04-131-12/+11
* Add KASSERT() to warn against NULL deref.mdodd2005-04-131-0/+1
* Use pci_find_bsf() to retrieve the PCI device associated withbms2005-04-131-13/+16
* The maximum allowable alloc is 16K not (16K-1).julian2005-04-131-1/+1
* Since cbb implements the pcib_ interface, it must also implement theimp2005-04-131-0/+10
* Default to a interrupt router that returns an invalid interrupt.imp2005-04-131-1/+9
* pmap_update() is gone.cognet2005-04-131-1/+0
* Never hardcode /sys into these Makefiles. The proper way to spell it is $S.imp2005-04-139-16/+3
* NG_MKRESPONSE() macro includes sizeof struct ng_mesg when doing allocation.glebius2005-04-131-2/+1
* According to the comment in struct tty, t_modem is optional; hence we shouldavatar2005-04-131-2/+4
* - Remove ifdef PC98.nyan2005-04-138-1044/+68
* Remove a meaningless include.nyan2005-04-132-4/+0
* Move pc98 specific parts to the pc98 specific file.nyan2005-04-134-14/+69
* Remove ifdef PC98.nyan2005-04-132-25/+0
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-1319-64/+39
* - Change vop_lookup_post assertions to reflect recent vfs_lookup changes.jeff2005-04-131-12/+2
* - Further simplify lookup; Force all filesystems to relock in the DOTDOTjeff2005-04-131-30/+23
* Add #defines for control fields and address bits.mdodd2005-04-131-0/+28
* Support for the GTCO Digipad.mdodd2005-04-131-0/+1
* Add a ata_setmode method so we dont panic on setmode.sos2005-04-133-4/+40
* Make it clear that the statement following the conditional is a NOP.mdodd2005-04-132-2/+4
* Follow i386's suit and include AGP support in the generic kernel.anholt2005-04-131-0/+2
* Define additional commands.mdodd2005-04-131-0/+15
* Whitespace cleanup.mdodd2005-04-135-33/+33
* Remove unnecessary dpt_free().mdodd2005-04-131-1/+0
* Implement SOUND_MIXER_INFO ioctl in compat layer.mdodd2005-04-131-3/+36
* Add support for O_NOFOLLOW and O_DIRECT to Linux fcntl() F_GETFL/F_SETFL.mdodd2005-04-132-0/+21
* Invert conditional and use continue to reduce nesting.mdodd2005-04-131-5/+5
* Add ISACFGATTR_HINTS flag to allow detection of a device that was createdmdodd2005-04-132-0/+3
* Build cpufreq on ia64. The upcoming Montecito processor supports themarcel2005-04-131-0/+1
* Invert conditional and use continue to reduce nesting.mdodd2005-04-131-16/+16
* Bump __FreeBSD_version for LOCAL_CREDS, LOCAL_CONNWAIT.mdodd2005-04-131-1/+1
* Provide a sysctl (net.link.tap.user_open) to allow unpriviligedmdodd2005-04-131-3/+12
* Implement unix(4) socket options LOCAL_CREDS and LOCAL_CONNWAIT.mdodd2005-04-134-16/+129
* Consistently style function declarations in kern_malloc.c.rwatson2005-04-121-23/+7
* don't use C keyword register as CPP macro argument nameimp2005-04-121-2/+2
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicjhb2005-04-1216-25/+25
* Tidy vcnt() by moving a duplicated line above #ifdef and removing a uselessjhb2005-04-121-5/+2
* Use NULL rather than 0 in a couple of places.jhb2005-04-121-2/+2
* The memory operands to fldcw and ldmxcsr are inputs, not outputs.jhb2005-04-121-2/+2
* We have an asm version of bcmp(), so we could use it as well.cognet2005-04-122-2/+1
* The latest release of the FreeBSD driver (twa) forvkashyap2005-04-1238-31888/+36496
* Replace spl protection in rtcin() and writertc() with spinlocksmdodd2005-04-122-12/+12
* - Consistently protect against NULL dereference.mdodd2005-04-121-48/+58
* Dot the i's:marcel2005-04-121-5/+7
OpenPOWER on IntegriCloud