| Commit message (Expand) | Author | Age | Files | Lines |
* | Shuffle around the order in which the components are compiled. | le | 2005-08-26 | 2 | -15/+5 |
* | - Use m_defrag() instead of homerolling our own variant | jhb | 2005-08-26 | 2 | -136/+110 |
* | Remove the el(4) driver for 3Com 3c501 ISA NICs from HEAD as threatened | jhb | 2005-08-26 | 6 | -904/+0 |
* | Verify offset before reading. | pjd | 2005-08-26 | 1 | -1/+5 |
* | Oops, I forget to add item in files . | takawata | 2005-08-26 | 1 | -0/+1 |
* | Update Document. | takawata | 2005-08-26 | 1 | -0/+3 |
* | Add NTFS labeling function. | takawata | 2005-08-26 | 4 | -0/+116 |
* | Two minor optimizations of fdalloc(): | des | 2005-08-26 | 1 | -1/+3 |
* | Fix a one byte off error which causes "less" to crash if you view a | tjr | 2005-08-26 | 1 | -2/+3 |
* | Unbreak tail -f on non-local filesystems. | ps | 2005-08-26 | 1 | -0/+10 |
* | Remedy the following three problems: | alc | 2005-08-26 | 1 | -18/+72 |
* | Support ifconfig_<ifn> variables containing quoted variables with spaces | brooks | 2005-08-26 | 1 | -1/+1 |
* | Unbreak compiles with ACPI_DEBUG. | kan | 2005-08-26 | 1 | -0/+2 |
* | In read_string(), when the last character was a backslash, unincrement | brooks | 2005-08-26 | 1 | -0/+1 |
* | Use a more robust, grep-free command to get the interface of the current | brooks | 2005-08-26 | 1 | -2/+1 |
* | Don't and/remove a route to our assigned IP through 127.0.0.1. It | brooks | 2005-08-26 | 1 | -4/+4 |
* | For FreeBSD 4 binaries, when trying to read from a device that does | ps | 2005-08-26 | 1 | -1/+8 |
* | Clarify the confusion over Farallon cards taht differ only by arrow color | imp | 2005-08-25 | 2 | -1/+25 |
* | - Remove non-bus-dma code. | jhb | 2005-08-25 | 4 | -912/+268 |
* | NMI handler should not enable interrupts. | ups | 2005-08-25 | 1 | -1/+1 |
* | Add regression tests for '-L' option. | pjd | 2005-08-25 | 2 | -0/+84 |
* | Major rototill of this driver to add FreeBSD bus-dma support: | jhb | 2005-08-25 | 4 | -1058/+1548 |
* | '-F' option behaviour was reverted, so revert previous commit. | pjd | 2005-08-25 | 2 | -3/+5 |
* | Revert previous behaviour of '-F' option and add '-L' option, which will | pjd | 2005-08-25 | 2 | -27/+43 |
* | Bump __FreeBSD_version for memmem(3). | andre | 2005-08-25 | 1 | -1/+1 |
* | Appropriate namespace protection for memmem(3). | andre | 2005-08-25 | 1 | -0/+2 |
* | Add the function memmem(3) as found in glibc and others. | andre | 2005-08-25 | 7 | -5/+160 |
* | Add myself as a maintainer of Bluetooth code | emax | 2005-08-25 | 1 | -0/+5 |
* | Fix a bug introduced in revision 1.9 which causes chkgrp to coredump on | cperciva | 2005-08-25 | 1 | -5/+9 |
* | Make sure ng_fec_init() uses the same calling convention as the rest of | emax | 2005-08-25 | 1 | -3/+3 |
* | Dont set default mode to ATA_DMA_MAX on devices not capable of DMA. | sos | 2005-08-25 | 1 | -1/+3 |
* | Fixes for gcc 4.x. | roberto | 2005-08-25 | 1 | -15/+11 |
* | - Refuse hashsize of 0, since it is invalid. | glebius | 2005-08-25 | 1 | -2/+2 |
* | Remove all references to T/TCP, which was removed several months ago. | glebius | 2005-08-25 | 7 | -256/+3 |
* | Fixes for gcc4.x. | roberto | 2005-08-25 | 2 | -1/+2 |
* | De-spl parts of the routing socket code now generally protected | rwatson | 2005-08-25 | 1 | -40/+20 |
* | When we have a published ARP entry for some IP address, do reply on | glebius | 2005-08-25 | 1 | -0/+9 |
* | get current temperature from _TMP during passive cooling is active. | ume | 2005-08-25 | 1 | -15/+33 |
* | initialize only ACPI_BUFFER to avoid race condition with passive | ume | 2005-08-25 | 1 | -1/+8 |
* | Hook getino.3 up to the build and link it to putino.3. | trhodes | 2005-08-25 | 1 | -1/+2 |
* | Backout revision 1.54, because it exposes a worse problem, than | glebius | 2005-08-25 | 1 | -3/+1 |
* | Track all lock relationships instead of pruning direct relationships | truckman | 2005-08-25 | 1 | -71/+31 |
* | - Remove redundant assertions that the driver lock is not held in attach() | jhb | 2005-08-24 | 1 | -5/+2 |
* | Test last minute changes, as gcc isn't too smart. | pjd | 2005-08-24 | 1 | -1/+1 |
* | '-F' option now needs locked pidfile. Modify regression tests respectively. | pjd | 2005-08-24 | 2 | -6/+4 |
* | Modify '-F' option to work nicely with pidfile(3) - a pidfile given as | pjd | 2005-08-24 | 2 | -0/+22 |
* | Use pidfile(3) in watchdogd(8). | pjd | 2005-08-24 | 2 | -9/+18 |
* | Use pidfile(3) in mountd(8). There is no need to use /var/run/mountd.lock | pjd | 2005-08-24 | 2 | -17/+16 |
* | Use pidfile(3) in inetd(8). | pjd | 2005-08-24 | 1 | -8/+16 |
* | Use pidfile(3) in cron(8). | pjd | 2005-08-24 | 4 | -63/+29 |