Age | Commit message (Expand) | Author |
2007-05-29 | code typo | Theo de Raadt |
2007-05-29 | typo | Theo de Raadt |
2007-05-29 | put the temperature msr in line with the others | Ted Unangst |
2007-05-29 | Correct fix for the last backout use strlcpy() to fill dv_xname. OK beck@ | Claudio Jeker |
2007-05-29 | Some improvements for better intel cpu support. | Ted Unangst |
2007-05-29 | back out last commit. It helps to compile before commiting. OK beck@ art@ | Claudio Jeker |
2007-05-29 | Updated disklabel format to support larger disks and partitions. We | Otto Moerbeek |
2007-05-29 | work around really bad softc abuse by marco; proper fixes for this will | Theo de Raadt |
2007-05-29 | IMP is dead and nothing uses NETISR_IMP so remove it from the netisr list. | Claudio Jeker |
2007-05-29 | Step one of some vnode improvements - change getnewvnode to | Bob Beck |
2007-05-29 | Refactor readdisklabel() to ensure there is a single point of return, in | Kenneth R Westerback |
2007-05-29 | Add led(4). | Mark Kettenis |
2007-05-29 | New driver for front panel LEDs on the V215/245. | Mark Kettenis |
2007-05-29 | byebye | Ted Unangst |
2007-05-29 | regen | Ted Unangst |
2007-05-29 | linux_getcwd is the same as the system one. | Ted Unangst |
2007-05-29 | Fix compilation of kernels without I686_CPU: piixpcib is always | Tom Cosgrove |
2007-05-29 | Remove a debugging printf left behind by accident. | Artur Grabowski |
2007-05-29 | PMAP_STEAL_MEMORY for amd64 | Artur Grabowski |
2007-05-29 | Spaces, no binary changes. | Claudio Jeker |
2007-05-29 | Sparc64 does not like 32 bit pointers. Bad me. | Marco Peereboom |
2007-05-29 | Kill some #if define(__OtherBSD__). OK dlg@ | Claudio Jeker |
2007-05-29 | gain us another 10+% of performance. | Henning Brauer |
2007-05-29 | these standalone commands are never used anymore; ok tom | Theo de Raadt |
2007-05-29 | update comment re nosuidcoredump sysctl | joshua stein |
2007-05-29 | Add a name argument to the RWLOCK_INITIALIZER macro. | Thordur I. Bjornsson |
2007-05-29 | put suid coredumps into /var/crash if kern.nosuidcoredump is set to 2. | Ted Unangst |
2007-05-29 | remove support for many alternative kernel choices -- only try /bsd and | Theo de Raadt |
2007-05-28 | Revert accidental commit of acpi enabling. don't do that yet. | Bob Beck |
2007-05-28 | bob missed a file, zap zap | Ted Unangst |
2007-05-28 | some remnants of the timestamping code i missed | Ted Unangst |
2007-05-28 | fix C++ style comment | Chris Kuethe |
2007-05-28 | Maintaining a broken compatibility layer for a broken OS is not a productive | Bob Beck |
2007-05-28 | typo slipped in, unbreak. | Pierre-Yves Ritschard |
2007-05-28 | Gently nudge up the interrupt coalescing timeout to 128 microseconds. This | Chris Kuethe |
2007-05-28 | Delete wt code files. The end of wt(4). | Kenneth R Westerback |
2007-05-28 | bio for all archs, ok krw@ kettenis@ sounds good marco@ go for it deraadt@ | Todd T. Fries |
2007-05-28 | pool_setipl() on the bufpool, to make sure that | Thordur I. Bjornsson |
2007-05-28 | avoid bypassing sys/queue.h in many places in the kernel. | Pierre-Yves Ritschard |
2007-05-28 | Make disk assembly smarter and add two qualifiers to it: | Marco Peereboom |
2007-05-28 | zap annoying __KERNEL_RCSID(). | Thordur I. Bjornsson |
2007-05-28 | lockmgr -> rwlock for the nfs_hashlock. | Thordur I. Bjornsson |
2007-05-28 | de-inline vref(); | Thordur I. Bjornsson |
2007-05-28 | Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSET | Thordur I. Bjornsson |
2007-05-28 | fix build when ACPI_DEBUG is defined | Robert Nagy |
2007-05-28 | make it compile on i386 | Reyk Floeter |
2007-05-28 | set a hiwat mark for mbpool. we spend quite a bit of time bouncing pages | Ted Unangst |
2007-05-28 | remove time from pool header. it slows us down quite a bit, and it's | Ted Unangst |
2007-05-28 | Flush pmap from tlb before freeing it. Makes Core2Duo boxes more | Kenneth R Westerback |
2007-05-28 | cluster_read() is gone, so remove its prototype, spotted by mickey@ | Pedro Martelletto |