summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Switch to using STAILQ_REMOVE_HEAD() instead of STAILQ_REMOVE_HEAD_UNTIL().ru2006-10-241-11/+11
* | Replace slightly crummy fattime<->timespec conversion functions.phk2006-10-245-180/+16
* | Better naming of fattime conversion functions, they do convert to timespecphk2006-10-242-7/+10
* | Document net.link.bridge.ipfw_arp for filtering ARP packets with ipfw.thompsa2006-10-241-0/+11
* | Refine the checksum hack a little. It appears that the chip can handle UDPscottl2006-10-241-3/+7
* | Ignore SIGSYS when BSM is compiled in. Otherwise, attempt to invoke su onsobomax2006-10-241-0/+2
* | Don't leak files.imp2006-10-241-3/+2
* | Document multiple hints lines.imp2006-10-241-4/+18
* | End my resistance to jmg's multiple hints files and bring in supportimp2006-10-244-15/+19
* | style(9) pedantryimp2006-10-241-7/+7
* | Since multiple hints lines do not work, make doing that a fatal error.imp2006-10-241-0/+3
* | If the user did not chose a distribution from the menu, a sensibleerwin2006-10-233-1/+4
* | It so happens that everything that is stupid is not unconstitutional.phk2006-10-231-0/+3
* | Move "device splash" back to MI NOTES and "files", it's MI.ru2006-10-2314-15/+5
* | Move MI parts of syscons into MI "files".ru2006-10-237-42/+7
* | If not compiled for debugging, redirect standard input/output/errorru2006-10-231-1/+7
* | Revision 1.25 had the ATKBD_DFLT_KEYMAP option turned on and then off:ru2006-10-231-0/+4
* | Mechanically kill redundant nodevice/nooption/nomakeoption, i.e.,ru2006-10-234-41/+0
* | Re-add screen savers, which I removed by mistake.des2006-10-231-0/+13
* | Revert the rev. 1.4, it causes breakage on most arches except i386.kib2006-10-231-4/+1
* | The page queues lock is no longer required by vm_page_wakeup().alc2006-10-234-8/+8
* | Synchronize pf.os with OpenBSD.delphij2006-10-231-27/+71
* | o Eliminate nexus_print_resources(). Use resource_list_print_type()marcel2006-10-231-50/+5
* | net80211 seems to give us more rates than specified via ic_sup_rates undermlaier2006-10-232-1/+7
* | Don't descend into at91 until we sort out the boot loader issues more generallyimp2006-10-231-1/+1
* | Clarify that the input hook requires binary packet data. Instead ofemaste2006-10-221-9/+17
* | The page queues lock is no longer required by vm_page_busy() oralc2006-10-225-16/+5
* | Add two new functions to convert FAT filesystem format timestampsphk2006-10-223-0/+308
* | Fix ttyv* device names.ru2006-10-221-7/+7
* | Suppress a spurious warning message when a kernel without INET6 ishrs2006-10-221-1/+1
* | Fix build: remove (now) unnecessary PG_BUSY check, it's handled by vm object ...delphij2006-10-221-1/+1
* | Fix some typos and grammar.ru2006-10-221-13/+16
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-22108-533/+204
* | Replace PG_BUSY with VPO_BUSY. In other words, changes to the page'salc2006-10-2212-57/+65
* | Eliminate unnecessary PG_BUSY tests.alc2006-10-223-3/+3
* | Initialize T1 to silent gcc warning.kevlo2006-10-221-1/+1
* | Use macro TAILQ_FOREACH_SAFE instead of expanding it.davidxu2006-10-221-6/+3
* | Since revision 1.333 of kern_sig.c no longer uses P_WEXIT, the changedavidxu2006-10-211-2/+8
* | - Document the default disk block usage unit.ru2006-10-213-21/+48
* | MFp4: default to not loading the fpgaimp2006-10-215-5/+170
* | MFp4: Update to smaller code footprint.imp2006-10-215-17/+67
* | MFp4: Move to smaller code footprint.imp2006-10-212-20/+20
* | MFp4: Move to smaller code. This was somehow forgotten before.imp2006-10-211-5/+5
* | Eliminate unnecessary PG_BUSY tests. They originally served a purposealc2006-10-212-2/+2
* | There seems to be a problem with txcsum and UDP. Turn it off until it isscottl2006-10-211-0/+5
* | Minor markup fix: A comma should be seperated by space from macrosimon2006-10-211-1/+1
* | Make it clear that section 8 also documents system managementru2006-10-211-17/+28
* | Comment out the first paragraph; while it tells the true (we're usingru2006-10-211-14/+14
* | Small fixes.ru2006-10-211-2/+2
* | Better handle the -F case:marcel2006-10-211-7/+5
OpenPOWER on IntegriCloud