summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.den2004-10-112-2/+2
* Handle a malloc() failure when allocating urgent portsbrian2004-10-111-3/+8
* When harvesting entropy from an ethernet mbuf, do so before freeing therwatson2004-10-111-1/+1
* Add a bunch of malloc() return checksbrian2004-10-119-25/+61
* Add entropy harvest mutex to hard-coded spin lock witness lock order,rwatson2004-10-111-2/+1
* Rework sofree() logic to take into account a possible race with accept().rwatson2004-10-111-5/+19
* Add 'virtual scrolling' support to moused(8). When holding down the middlephilip2004-10-112-3/+109
* Assign pointer NULL, not 0.glebius2004-10-111-1/+1
* Merge from English version 1.780den2004-10-111-8/+54
* Notify the user when the battery is critically low. In the future, wenjl2004-10-111-0/+4
* If bus mastering control is not available (PM2_BLK), don't just disablenjl2004-10-111-16/+27
* Match surrounding style, not style(msmith).njl2004-10-111-16/+16
* Move the code for halting the CPU (acpi_cpu_c1) into machdep files.njl2004-10-117-17/+25
* Fix conflicts I didn't fix before I committed my busspace changes.imp2004-10-112-8/+4
* Fix off-by-one error in fd_native_types that results in a panic on bootpeadar2004-10-101-0/+1
* Rename thread args to be called "td" rather than "p" to bedwmalone2004-10-101-6/+6
* Add an '-a' switch to only display providers that are at leastle2004-10-102-3/+13
* Add additional information on how to cope with the change.mtm2004-10-101-0/+4
* Dont sleep with lock held.sos2004-10-101-1/+1
* Revert last commit since it breaks API.glebius2004-10-103-22/+21
* The got_siginfo = 0 should have been got_sigalarm=0 to match the otherimp2004-10-101-1/+1
* 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
* Add a simple C-based TCP connection generator, which generates andrwatson2004-10-092-0/+160
* Fix fsbtodb() for UFS1. This fixes an overflow for file sizes >1 TB,njl2004-10-091-1/+1
* Add a note to the man page warning users about possible lock ordercsjp2004-10-091-0/+10
* In the previous revision, I did not intend to change the default valuegreen2004-10-091-1/+1
* Use the FP_ILOG macros from <math.h> rather than hardcoded return values.stefanf2004-10-092-6/+13
* o Backout rev. 1.16, see 1.3 commit log for more info.maxim2004-10-091-6/+4
* 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
* Make fsck WARNS=2 clean.le2004-10-092-17/+17
* Include <unistd.h> for {g,s}eteuid().stefanf2004-10-091-0/+1
* 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-093-22/+23
* 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-099-0/+501
* Don't count RNBC (internal buffer full) towards the RX error count since it'sscottl2004-10-091-1/+1
* Delete a .Fn that had no argument andkeramida2004-10-092-2/+2
* 3 important fixes for growfs:scottl2004-10-091-22/+42
* if system scope thread didn't set timeout, don't call clock_gettime syscalldavidxu2004-10-082-16/+18
* Only do the geometry translations on ad* devices, other devices seems tosos2004-10-081-18/+22
* When send()ing to syslogd return ENOBUFS keep trying until success.glebius2004-10-081-8/+18
OpenPOWER on IntegriCloud