summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Print space character in show_stat(). Remove a lot of priuntf(" ").glebius2005-09-271-37/+29
* Fix build.glebius2005-09-271-1/+1
* Convert fxp(4) to use the new bus_alloc_resources() API, it simplifiesmux2005-09-272-60/+42
* Remove redundant `\&' escapes.ru2005-09-271-28/+28
* Fixup previous commit.ru2005-09-271-3/+2
* Don't print anything if we can't do any localpkg shutdown (start alreadybrooks2005-09-271-2/+1
* Report status in hex, not decimal.scottl2005-09-271-1/+1
* Please ship the pointy hat to its home position.phk2005-09-261-2/+0
* Document the IP_DONTFRAG IP socket option.andre2005-09-261-1/+15
* Replace custom mbuf writeability test with generic M_WRITABLE() testandre2005-09-261-1/+1
* Update coordinates for "mph" hash generator now that it lives in ports.phk2005-09-261-1/+1
* Increase WARNS.des2005-09-261-1/+1
* Correct the logic for determining whether the user has already entereddes2005-09-261-4/+7
* Add a .sinclude directive which does the exact same as .include, exceptphk2005-09-264-20/+45
* Implement IP_DONTFRAG IP socket option enabling the Don't Fragmentandre2005-09-265-2/+24
* Small fixes to sis(4):jhb2005-09-262-44/+33
* Add the spin lock used by the binary nvidia driver to the static lockjhb2005-09-261-0/+1
* Emit a warning when a card matches multiple entries in our table. Aimp2005-09-261-2/+35
* Go ahead and detach our children in our detach routine. I'm undecidedimp2005-09-261-0/+1
* Add "show allpcpu" to DDB, which prints the current CPU id followed byrwatson2005-09-261-12/+36
* This one goes as well.phk2005-09-261-134/+0
* Remove the old Makefile based nanobsd build method, the new shell scriptphk2005-09-2610-600/+0
* Reorder statements to avoid accessing unknown memory.davidxu2005-09-261-2/+2
* Accept "maximum" and "minimum" modes as well as their abbreviations.des2005-09-262-3/+3
* Assert v_fifoinfo is non-NULL in fifo_close() in order to catchrwatson2005-09-261-0/+1
* Acquire Giant in uprintf() and tprintf() rather than asserting it. Inrwatson2005-09-261-6/+11
* Fix order and style(9) to match surrounding defs.njl2005-09-261-1/+1
* minor style.Makefile(5) fixes:keramida2005-09-261-2/+7
* Add dummy support for ifmedia subsystem. This allows devd to see cdce as ansobomax2005-09-262-0/+32
* Remove the kernel portion of OLDCARD. I'm working on a replacementimp2005-09-257-5401/+0
* Remove references to OLDCARD.imp2005-09-252-16/+1
* OLDCARD is being removed from the tree, so remove it from here.imp2005-09-251-26/+1
* Correct filesystem mountpointphk2005-09-251-2/+2
* Fix multiple abuses of __RMAN_RESOURCE_VISIBLE in the arm code.cognet2005-09-259-44/+55
* __RMAN_RESOURCE_VISIBLE not necessary.phk2005-09-251-3/+0
* __RMAN_RESOURCE_VISIBLE not needed.phk2005-09-251-1/+0
* Replace __RMAN_RESOURCE_VISIBLE with calls to public entry pointsphk2005-09-258-33/+28
* Add rman_is_region_manager() for the benefit of an alpha hack.phk2005-09-252-0/+8
* __RMAN_RESOURCE_VISIBLE is not actually needed.phk2005-09-251-1/+0
* Lock the read socket receive buffer when frobbing the sb_state flag onrwatson2005-09-251-2/+2
* Substitute rman_get_start() for __RMAN_RESOURCE_VISIBLEphk2005-09-251-7/+7
* This file never needed to see what is in the internal struct resource,phk2005-09-251-9/+7
* Overhaul error handling in the IPS driver. Don't use a magic value forscottl2005-09-255-73/+102
* Remove OLDCARD vestiges from hereimp2005-09-251-60/+0
* Fix commentimp2005-09-251-2/+2
* Implement new world order in VFS locking for extended attributes. This willcsjp2005-09-243-71/+137
* Do not bitch about bsdpan modules not having origin.krion2005-09-241-1/+1
* Fix -u with absolute paths (e.g., "tar -uf foo.tar /bar") by handlingkientzle2005-09-241-12/+12
* Detect Mac OS X's broken ACL library.kientzle2005-09-242-1/+8
* signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti...kientzle2005-09-249-15/+23
OpenPOWER on IntegriCloud