summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use humanize_number(3) to format sizes into a human readable form.pjd2004-05-244-157/+30
* Add humanize_number(3) to libutil for formating numbers into a humanpjd2004-05-244-4/+312
* Mark du(1) as WARNS6 clean.pjd2004-05-241-0/+1
* Use NG_NODESIZ instead of (NG_NODELEN + 1)julian2004-05-241-1/+1
* Use NG_HOOKSIZ instead of the deprecated (NG_HOOKLEN + 1)julian2004-05-241-1/+1
* Use PCI_BAR() rather than PCIR_MAPS.jhb2004-05-241-5/+5
* Wrap the code to save/restore PCI config registers on suspend/resume injhb2004-05-243-0/+18
* Change a if (...) panic() to a KASSERT().mux2004-05-241-2/+2
* Use PCI_BAR() in preference to PCI_MAPS + x * 4.imp2004-05-241-2/+2
* Grammar.maxim2004-05-241-1/+1
* Don't declare spectHex() inside a function, use a real prototype.stefanf2004-05-241-1/+2
* Use the correct types for the functions rst_opendir(), glob_readdir() andstefanf2004-05-243-9/+11
* Include <timeconv.h> for time conversion functions.stefanf2004-05-242-0/+2
* Do not write to those config registers that are unambiguously definedimp2004-05-241-19/+0
* Revert part of rev 1.230 and assume that all EISA IRQs use active highjhb2004-05-241-8/+1
* Install nsswitch.des2004-05-241-1/+1
* Include <sys/linker.h> for kldload().stefanf2004-05-241-0/+1
* Add option '-o' for one-line output in combination with '-d'.le2004-05-242-7/+24
* Include <stdlib.h> for exit() and abort() prototypes.stefanf2004-05-243-0/+3
* Include <string.h> for prototypes of various string functions.stefanf2004-05-245-0/+8
* Oops, ".align 4" for the data section in the previous commit shouldbde2004-05-241-3/+3
* Diff reduction to NetBSD.le2004-05-241-3/+3
* Include <rpc/rpc_com.h> for a _rpc_dtablesize() prototype.stefanf2004-05-242-0/+2
* Fixed profiling of trap, syscall and interrupt handlers and somebde2004-05-244-9/+43
* Include <netinet/in.h> for ntoh*() and hton*() prototypes.stefanf2004-05-245-0/+6
* If nsswitch.conf does not exist, create it with the default settings.des2004-05-241-7/+30
* Move the task of updating nsswitch.conf / host.conf into a separatedes2004-05-242-64/+108
* Don't repeat the definition of IDTVEC(). It is in asmacros.h.bde2004-05-241-3/+0
* Remove another redundant if_output initialization.mux2004-05-241-1/+0
* Include <stdio.h> for a sprintf() prototype.stefanf2004-05-241-0/+2
* Fixed insertion sort error in previous commit (prof_machdep.c).bde2004-05-241-4/+4
* Include <stdlib.h> for exit() and add a prototype for yyparse().stefanf2004-05-241-0/+4
* drop packet which has ::1 as src or dst via other than lo0ume2004-05-241-0/+2
* Store the target handles in a separate list from normal commands. Add anjl2004-05-246-15/+125
* /usr is not really the ideal place for a ports application to storecjc2004-05-247-28/+28
* Add support for BCM5705Kps2004-05-242-0/+3
* The socket code upcalls into the NFS server using the so_upcallrwatson2004-05-247-84/+642
* Support basename and path based constrained matches.mdodd2004-05-242-15/+71
* Consult parent's if_capenable for active VLAN-related capabilities.yar2004-05-231-1/+8
* Only initialize the if_sis callout as MPSAFE if debug.mpsafenet is setrwatson2004-05-231-1/+4
* Add the 'sid' info to the output of `ps -j', to make up for the 'sess'gad2004-05-232-2/+2
* Fix the kludge-old-options processing so `ps tpt' will be treated thegad2004-05-231-4/+5
* A handler for ioctl(SIOCSIFCAP) should not alter a bit inyar2004-05-238-8/+17
* According to the design of checksum offloading framework,yar2004-05-231-2/+5
* Mark the VLAN_MTU capability as initially enabled since it'syar2004-05-232-0/+2
* Added profiling support for Xint0x80_syscall.bde2004-05-231-0/+2
* o Fix usage example.maxim2004-05-231-1/+1
* Don't try to copy out the result payload if there isn't one. This ioctldfr2004-05-231-6/+14
* Build prof_machdep.c if profiling.bde2004-05-231-0/+1
* Build kgmon for amd64.bde2004-05-231-1/+1
OpenPOWER on IntegriCloud