summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* We don't have to drop a lock around malloc(M_NOWAIT).pjd2008-08-091-4/+4
* When freeing session, restore its ID after zeroing memory.pjd2008-08-091-0/+1
* Sessions in-use are at the end of the queue, so use TAILQ_FOREACH_REVERSE()pjd2008-08-091-3/+5
* fix typoimp2008-08-091-1/+1
* Clean up of dead code and possible unassigned variable usage.ivoras2008-08-091-3/+7
* It turns out that checking the first DWORD register is more reliableimp2008-08-091-15/+17
* Typo: glxsb(4) was imported to FreeBSD 8.0, not 7.0.philip2008-08-091-1/+1
* Add the glxsb(4) manual page.philip2008-08-092-0/+98
* Add glxsb(4) driver for the Security Block in AMD Geode LX processors (asphilip2008-08-097-0/+1217
* Delete unused files in the window(1) directory that contain a colon.ed2008-08-094-38/+0
* Remove unneeded D_NEEDGIANT from /dev/fd/{0,1,2}.ed2008-08-091-1/+0
* Nitdes2008-08-091-2/+1
* Add sbuf_new_auto as a shortcut for the very common case of creating ades2008-08-0918-28/+30
* Switch to simplified BSD license (with phk's approval), plus whitespacedes2008-08-092-45/+63
* Add late customize hookphk2008-08-091-0/+25
* Add -i option to supress image building.phk2008-08-091-2/+10
* Track /etc/ttys change to uart(4)phk2008-08-091-1/+1
* After some intial testing, there are even slower cards than the onesimp2008-08-091-13/+24
* Only symlink booted kernel directory to /boot/kernel if user has explicitlyobrien2008-08-091-1/+11
* Intel describes the behavior of their processors as "undefined" if two oralc2008-08-091-2/+84
* Verify that the WPA flags set are actually compatible with theimp2008-08-091-4/+13
* recognize WPS ie'ssam2008-08-092-1/+84
* Rather than waiting a fixed amount of time, which might not be enoughimp2008-08-091-12/+23
* Change -1 to 0xfffffffful since the interface returns uint32_t.imp2008-08-091-1/+1
* While most bridges can bring a card out of reset in 20ms, there areimp2008-08-091-3/+4
* Only symlink booted kernel directory to /boot/kernel if user has explicitlyobrien2008-08-092-0/+2
* Add prototype defination for setfib(2) to sys/socket.h.delphij2008-08-082-1/+3
* - Bump __FreeBSD_version for cpuctl(4) added.stas2008-08-081-1/+1
* Remove variables which are assigned values and never used thereafter.cperciva2008-08-081-5/+1
* - Initialize the vm86 structure to a known-good state. Specifically, alwaysjhb2008-08-084-4/+18
* Fix the hangs reported with the real mode BTX:jhb2008-08-081-11/+22
* Add a "glimpse" target to the kernel Makefile.philip2008-08-081-0/+7
* - Add cpuctl(4) pseudo-device driver to provide access to some low-levelstas2008-08-0826-1/+1928
* Remove D_NEEDGIANT from io(4).ed2008-08-081-1/+0
* Add /usr/share/man/whatis, /var/db/locate.database, and /var/log to thecperciva2008-08-081-0/+3
* Replace description on how to do CVS imports on this module with aedwin2008-08-081-15/+19
* In `freebsd-update IDS`, strip out file flags before we look forcperciva2008-08-081-18/+18
* MFV on tzdata2008e:edwin2008-08-084-32/+111
* MFV of tzdata2008dedwin2008-08-087-47/+152
* MFV of tzdata2008cedwin2008-08-082-4/+136
* Revert the change in leapseconds for 31 december 2008, so I canedwin2008-08-081-17/+6
* Cleanup (cont)edwin2008-08-081-506/+0
* 1) Fix longstanding math bug with denominator > 1 (wrong probability).ache2008-08-081-8/+16
* I was confused a bit by the wrong construction with RAND_MAXache2008-08-083-4/+10
* 1) Replace hardcoded RANDOM_MAX macro with wrong (1 less than must be)ache2008-08-081-11/+5
* Remove some unused variables.das2008-08-084-4/+1
* remove the empty "datfiles" directory.edwin2008-08-080-0/+0
* In the linedas2008-08-083-3/+3
* Allow 53C1010 without NVRAM to negotiate Ultra-3.marius2008-08-071-0/+2
* - Reimplement {d,i}tlb_enter() and {d,i}tlb_va_to_pa() in C. There'smarius2008-08-074-123/+118
OpenPOWER on IntegriCloud