summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Dont sleep with lock held.sos2004-10-101-1/+1
* Revert last commit since it breaks API.glebius2004-10-102-11/+14
* Don't release the slot twice.. sched_rem() has already done it.julian2004-10-101-1/+0
* Remove duplicate line.julian2004-10-101-1/+0
* Convert to newbus. (chances are we could now move this to dev/pbioimp2004-10-102-92/+122
* Modify entropy harvesting locking strategy:rwatson2004-10-091-50/+41
* Fix fsbtodb() for UFS1. This fixes an overflow for file sizes >1 TB,njl2004-10-091-1/+1
* In the previous revision, I did not intend to change the default valuegreen2004-10-091-1/+1
* Acquire the send socket buffer lock around tcp_output() activitiesrwatson2004-10-091-2/+14
* Add SOCKBUF_UNLOCK_ASSERT(), which asserts that the current thread doesrwatson2004-10-091-0/+1
* Flush the register windows before we start changing the context.kensmith2004-10-091-0/+2
* Add support for the ICH6 in legacy mode.sos2004-10-092-0/+6
* Return 0, not NULL, from a function declared as returning int.des2004-10-091-1/+1
* Forcibly create symlinked headers, otherwise the build process may failjoerg2004-10-091-1/+1
* Remove inlined m_tag_free(). Rename _m_tag_free() to m_tag_free()glebius2004-10-092-15/+12
* style(9)obrien2004-10-092-114/+102
* Don't "implicitly order all sleep locks before spin locks" in witnessgreen2004-10-091-1/+1
* Don't use matchlvl attach arg. It seems to be not initializedtakawata2004-10-091-0/+3
* Port NetBSD auxio driver. The driver was modified to use led(4) and canyongari2004-10-097-0/+424
* Don't count RNBC (internal buffer full) towards the RX error count since it'sscottl2004-10-091-1/+1
* Only do the geometry translations on ad* devices, other devices seems tosos2004-10-081-18/+22
* Fix critical stability problems that can cause UMA mbuf clustergreen2004-10-082-24/+64
* Update a quirk for the ASUS P5A to disable the timer. It appears to work finenjl2004-10-083-9/+9
* Fix sis, bfe and ndis in the same way dc was fixed:mlaier2004-10-083-17/+29
* Change pfil starvation prevention from fail-open to fail-close.mlaier2004-10-081-2/+10
* Make pte_load_store() an atomic operation in all cases, not just i386 PAE.alc2004-10-084-22/+70
* Use generic tty processing code instead of local copy.phk2004-10-082-757/+102
* Since net/net_osdep.c contained only one function that could bebrooks2004-10-083-60/+1
* Style. Use ETHER_IS_MULTICAST() appropriately instead of masking off the bit.bms2004-10-071-1/+1
* Back out v1.58... We still don't know what is causing the specifickensmith2004-10-071-1/+1
* Be sure to always return 0 for negative access requests.pjd2004-10-071-0/+8
* Move the PC98 specific geometry "gunk" to geom_pc98.c where it belongs.sos2004-10-074-8/+22
* Port pbio to HEAD.imp2004-10-076-0/+1023
* When running with debug.mpsafenet=0, initialize IP multicast routingrwatson2004-10-071-4/+7
* Add an execve command for kse_thr_interrupt to allow libpthread todavidxu2004-10-074-3/+32
* Add SHARP to the pool of drives that doesn not need byteswapping ofsos2004-10-071-5/+7
* Use generic ttycode instead of local copy.phk2004-10-071-183/+32
* Regen to unbreak world.davidxu2004-10-073-3/+3
* Back out rev 1.240; it is unnecessary. In particular,das2004-10-061-8/+3
* Don't set the BIO_ONQUEUE debugging flag until we actually put the biophk2004-10-061-1/+1
* Use generic tty code instead of local copies.phk2004-10-062-571/+199
* Back out v1.49. Recent findings suggest sparc64 may not be ready forkensmith2004-10-061-1/+1
* Fix the PC98 lockups on boot.sos2004-10-069-70/+135
* Geoms without softc are geoms which are initialized, so wait for them.pjd2004-10-061-2/+4
* Add missing 'static'imp2004-10-061-2/+1
* Close a race between a thread exiting and the freeing of it's stack.mtm2004-10-067-8/+12
* Look out for geoms without softc.pjd2004-10-061-0/+2
* For older systems with ACPI which don't have a pci <-> pci bridge,imp2004-10-061-3/+3
* For legacy PCI bridges, limit memory allocation to the top 32MB ofimp2004-10-061-4/+24
* Don't recurse the BPF descriptor lock during the BIOCSDLT operationgreen2004-10-061-1/+1
OpenPOWER on IntegriCloud