summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add more tests for escaped newline handling and fix a test that currentlyharti2005-10-1814-8/+48
* Don't build dc-only pseudo phy devices with mii.ko anymoreimp2005-10-181-1/+1
* Spotted a call to a cdev-related function not wrappedyar2005-10-181-0/+2
* Move dc sources from pci and dev/mii into dev/dc.imp2005-10-181-3/+3
* Move dc sources from pci to dev/dc.imp2005-10-181-3/+3
* Remove dc-only pseudo phy devices after repo copy to dev/dcimp2005-10-182-719/+0
* Remove dc after repo copy.imp2005-10-182-5088/+0
* Make dc compile after repo-copy.imp2005-10-183-5/+6
* Handle 32 bit executables better on AMD64 platforms.jkoshy2005-10-181-30/+69
* Document pmcstat's inability to handle 32 bit executables on thejkoshy2005-10-181-0/+4
* - Use BUS_DMASYNC_PREWRITE in em_get_buf(), as the adapter is about to readcognet2005-10-181-3/+4
* Redo physical/logical CPU count.jkim2005-10-172-6/+8
* Add support for kernel modules with a single PT_LOAD section.peter2005-10-171-6/+9
* Micro optimization for context switch. Eliminate code for saving gs.basedavidxu2005-10-172-15/+2
* Hook ipfwpcap into the build tree.phk2005-10-171-0/+1
* Add a small tool which captures packets on a DIVERT socket and writesphk2005-10-172-0/+320
* Allow the process name to be in square brackets ([]) in _find_processes().jhb2005-10-171-1/+1
* Another bit of sx(4) removal.jhb2005-10-171-3/+0
* Strip the $a, $t and $d symbols if we're using DDB. There are useless andcognet2005-10-171-0/+3
* Remove a spurious newline. The TAILQ_INIT() is part of the 'faster tailqjhb2005-10-171-1/+0
* Document that changes to nsswitch.conf might be needed whenbz2005-10-171-1/+3
* style(9) nitlet:imp2005-10-171-1/+2
* Make sure that files included using ".include <foo>" are reallyru2005-10-171-17/+16
* Split displaying number of physical and logical cores.jkim2005-10-172-4/+6
* Obtain true uptime through clock_gettime(CLOCK_MONOTONIC, struct *timespec)andre2005-10-172-25/+7
* Remove now redundant NO_SHARED.ru2005-10-171-2/+0
* Use the clock count register as a timecounter, as it's more accurate.cognet2005-10-171-16/+13
* Add a valuable piece of Usenet advice about storing passwords. :-)philip2005-10-171-0/+4
* fixed a kernel crash when IPv6 PIM-SM routing is enabled and a PIM register m...suz2005-10-171-9/+17
* In __option_is_short(), avoid calling isprint() on key characters outsidetjr2005-10-171-1/+3
* Minor commentary correctionimp2005-10-171-3/+3
* xterm-basic:ache2005-10-171-2/+2
* Unconditionally mount a CD9660 filesystem as read-only, instead ofrodrigc2005-10-172-4/+8
* Use the actual sector size of the media instead of hard-coding it to 2048.rodrigc2005-10-172-6/+24
* Unconditionally mount a UDF filesystem as read-only, instead ofrodrigc2005-10-171-2/+4
* Check against 8019 rather than 8029 for reading in the MAC addr sinceimp2005-10-171-1/+1
* - Fix typo.flz2005-10-171-1/+1
* Use __pid_t instead of pid_t for sigqueue as other functions.davidxu2005-10-161-1/+1
* Update nwfs_lookup() to match the current cache_lookup() API.truckman2005-10-161-26/+11
* Reflect mpsafety of the underlying filesystem in the nullfs image.kris2005-10-161-0/+1
* Apply the same fix to a potential race in the ISDOTDOT code intruckman2005-10-162-6/+8
* Apply the same fix to a potential race in the ISDOTDOT code intruckman2005-10-161-1/+3
* Correct the type of the temporary variable used by ufs_lookup.c:1.78truckman2005-10-161-1/+1
* Use new functions to call into drivers methods.phk2005-10-161-39/+27
* Make ttyconsolemode() call ttsetwater() so that drivers don't have to.phk2005-10-167-6/+1
* Use new (inline) functions for calls into driver.phk2005-10-164-11/+7
* Make ttsetcompat() staticphk2005-10-162-3/+1
* Add a bunch of inline functions to call the drivers tty implementing methods.phk2005-10-161-0/+76
* we know it is called rpclose() so call it directly.phk2005-10-161-1/+1
* Eliminate two unused arguments to ttycreate().phk2005-10-1615-17/+19
OpenPOWER on IntegriCloud