summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typophk2005-10-191-1/+1
* Use a pipe for reading devd events as another method of getting the AC linenjl2005-10-192-28/+179
* Correct the size used to allocate ndis_txarray. It should bewpaul2005-10-191-1/+1
* Raw IPv6 checksum must use the protocol number of the last header, instead of...suz2005-10-191-1/+1
* Set the name of the chipset foundimp2005-10-191-3/+3
* Make sure we set bst and bsh in the softc.imp2005-10-191-0/+2
* Fix vchan speed for hardware with discrete (non-continuous)ariff2005-10-181-6/+24
* Added missing comma. This fixes compilation if we need to enableariff2005-10-181-1/+1
* Bruce Schneier is underrepresented in the fortune file.phk2005-10-181-0/+4
* Use correct cirteria for determining which directory entries we canphk2005-10-181-1/+1
* Export processor socket information. New environment variables are:jkim2005-10-181-0/+32
* Another round of cleanups and fixes:wpaul2005-10-187-409/+648
* Move the initialization of the devmtx into the mutex_init() functionjhb2005-10-182-2/+4
* Make __sem_timedwait() consistent with the sem_timedwait() prototype.stefanf2005-10-181-1/+1
* xterm-basic: add AX flagache2005-10-181-1/+1
* Implement the full range of ISO9660 number conversion routines in iso.h.des2005-10-183-113/+70
* Regenerate.stefanf2005-10-181-2/+2
* Const-qualify ksem_timedwait's parameter abstime as it's only passed in.stefanf2005-10-184-4/+4
* In this case, disable wrapping of fake opt_*.h targets inyar2005-10-181-2/+4
* Add first tests for semicolon handling. The first test fails. This isharti2005-10-188-0/+47
* 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
OpenPOWER on IntegriCloud