| Commit message (Expand) | Author | Age | Files | Lines |
* | Cross-reference mac(4) | chris | 2003-01-15 | 5 | -0/+5 |
* | s/SEE_ALSO/SEE ALSO/ | chris | 2003-01-15 | 2 | -2/+5 |
* | Update cross-references to include mac(4). | chris | 2003-01-15 | 10 | -1/+11 |
* | Welcome mac(4), the central source of information for all things MAC. | chris | 2003-01-15 | 2 | -0/+132 |
* | - GC a few more hand-rolled 'abs' macros. | mdodd | 2003-01-15 | 4 | -35/+14 |
* | - Add inline functions for {ll,l,}abs() to libkern. | mdodd | 2003-01-15 | 4 | -33/+4 |
* | Activate getpmac.8 | chris | 2003-01-15 | 1 | -1/+1 |
* | Document getpmac. | chris | 2003-01-15 | 1 | -0/+56 |
* | s/^Sh/.Sh/ (macros begin with .) | chris | 2003-01-15 | 1 | -1/+1 |
* | Document setpmac. | chris | 2003-01-15 | 2 | -1/+62 |
* | o Document mac_prepare() and associated functions | chris | 2003-01-15 | 8 | -33/+61 |
* | MFR500: Fix up ACPI-disabling hint text. | bmah | 2003-01-14 | 1 | -5/+6 |
* | o Remove clause #3 | chris | 2003-01-14 | 1 | -5/+9 |
* | Suspend/resume support (mostly for MiniPCI Prism2.5 boards). | mdodd | 2003-01-14 | 3 | -2/+36 |
* | Some USB devices are not prepared to deal with a single byte string | joe | 2003-01-14 | 1 | -2/+8 |
* | Add a very simple but functional GEOM mirror class. | phk | 2003-01-14 | 3 | -0/+252 |
* | Add missing #include | dillon | 2003-01-14 | 1 | -0/+1 |
* | Now that we have non-geom_disk based drivers, we need to cover for those, | phk | 2003-01-14 | 1 | -3/+4 |
* | Minor hardware note updates: xl(4) 3C555, an(4) mini-PCI. | bmah | 2003-01-14 | 2 | -4/+4 |
* | New release notes: pc98 SCSI MO support in boot loader (+MFC), make(1) | bmah | 2003-01-14 | 2 | -2/+24 |
* | For the cpu throttling message, s/enabled/available | njl | 2003-01-14 | 1 | -1/+2 |
* | Introduce the ability to flag a sysctl for operation at secure level 2 or 3 | dillon | 2003-01-14 | 3 | -5/+17 |
* | Remove bogus locking from dc(4). Instead, move interrupt allocation | njl | 2003-01-14 | 2 | -84/+68 |
* | Comment correction. NetBSD uses 'readblksize' as the multiplier for the | dillon | 2003-01-14 | 0 | -0/+0 |
* | New release notes: dump(8) -C, newsyslog(8) W flag. | bmah | 2003-01-14 | 2 | -0/+24 |
* | MFen: add changes between 1.469->1.470 forgotten in my previous commit. | hrs | 2003-01-14 | 1 | -6/+28 |
* | Don't call destroy_dev it a channel has children. | cognet | 2003-01-14 | 1 | -1/+1 |
* | Save 4 more bytes by not initializing opts to 0. This moves it from | imp | 2003-01-14 | 2 | -2/+2 |
* | o Typo/Grammar fixes | mtm | 2003-01-14 | 3 | -10/+18 |
* | Add rc_debug knob to rc.conf. The code for it has been in rc.subr for | mtm | 2003-01-14 | 2 | -0/+82 |
* | Finish merging in rev. 1.124 of rc.network, so that natd can be used | mtm | 2003-01-14 | 1 | -2/+2 |
* | Make the base pcib_route_interrupt method available to other pci-pci bridge | benno | 2003-01-14 | 2 | -2/+2 |
* | Fix for FreeBSD-4. | simokawa | 2003-01-14 | 1 | -15/+4 |
* | Back out previous; sharing semaphores between processes only works | tjr | 2003-01-14 | 2 | -16/+32 |
* | MFbed: MFen: id attributes for sect1 entities of the release notes | ue | 2003-01-14 | 14 | -55/+55 |
* | - Update vm_pageout_deficit using atomic operations. It's a simple | alc | 2003-01-14 | 3 | -7/+7 |
* | Sharing semaphores between processes works now, so remove the stale comments | tjr | 2003-01-14 | 2 | -32/+16 |
* | Cross reference lio_listio(2). | tjr | 2003-01-14 | 1 | -0/+1 |
* | Cross reference sem(4) so users know which kernel options are required | tjr | 2003-01-14 | 10 | -10/+20 |
* | Add the newly created semaphore to the named semaphore list in sem_open() | tjr | 2003-01-14 | 2 | -2/+4 |
* | Manual page for sem.ko/options P1003_1B_SEMAPHORES, similar to aio(4). | tjr | 2003-01-14 | 2 | -0/+68 |
* | Including <time.h> before <aio.h> has not been necessary for a while now. | tjr | 2003-01-14 | 1 | -1/+0 |
* | Make vm_pageout_page_free() static. | alc | 2003-01-14 | 2 | -2/+2 |
* | Note that the Dlink Air 660 is supported. | trhodes | 2003-01-14 | 1 | -0/+1 |
* | Add an entry for the Dlink Air 660 Wireless PC Card. | trhodes | 2003-01-14 | 1 | -0/+6 |
* | Add my birthday | brueffer | 2003-01-14 | 1 | -0/+1 |
* | Add a mistakenly removed part. | hrs | 2003-01-13 | 1 | -0/+3 |
* | Prevent infinite substitution of the empty string by forcing non- | marcel | 2003-01-13 | 1 | -0/+11 |
* | Since reseting the SCSI busses via the passthrough interface usually | scottl | 2003-01-13 | 1 | -7/+12 |
* | Merge the following from the English version: | hrs | 2003-01-13 | 1 | -252/+311 |