summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - don't select with FD_SETSIZE.ume2003-08-181-14/+25
* Rework pfs_iterate() a bit to eliminate a bug related to processdes2003-08-181-9/+12
* Whitespace cleanup.des2003-08-181-14/+14
* In case of zero span data supress the histogram plot.phk2003-08-182-0/+12
* Direct call exit if thread was never created. This makes it safe to calldavidxu2003-08-182-0/+4
* Treat initial thread as scope system thread when KSE mode is not activateddavidxu2003-08-1824-162/+94
* Put the clearing of the socket cd interrupt and setting of it underimp2003-08-181-10/+8
* Put a band-aide(tm) on the CIS panic problem. This is a similar fiximp2003-08-181-5/+16
* Three unrelated changes to vm_proc_new(): (1) add vm object locking on thealc2003-08-181-10/+7
* Don't hardcode owner 'root' and group 'wheel'.obrien2003-08-182-3/+5
* Fix typo.obrien2003-08-181-1/+1
* When creating .so symlinks, use SHLIBDIR instead of LIBDIR so symlinksgordon2003-08-171-3/+2
* Do not call VOP_BMAP() on our own vnodes.phk2003-08-172-20/+6
* Acquire the pte object's mutex when performing vm_page_grab(). Note: It isalc2003-08-171-0/+4
* Forgot one instance of ld-elf.so.1. Convert to ${PROG}gordon2003-08-171-1/+1
* Stage 3 of dynamic root support, con't.obrien2003-08-176-6/+6
* s/x86_64/amd64/g where possible.obrien2003-08-171-2/+2
* Don't use a VOP_*() function on our own vnodes, go directly to thephk2003-08-171-4/+8
* Fix a typo. BGE_HCC_TX_MAX_COAL_BDS_INT is at offset 0x3C24, not 0x3C34ps2003-08-171-1/+1
* Don't forget to honor DESTDIR. Also switch over to using PROG instead ofgordon2003-08-171-2/+2
* Use NULL for 3rd argument of VOP_BMAP() rather than custom cast.phk2003-08-171-4/+2
* Don't forget to chflags noschg the existing binary so we can symlinkgordon2003-08-171-0/+5
* - don't print strerror() if errno == 0 on fatal().ume2003-08-171-10/+26
* - do not SEGV on IFF_UP.ume2003-08-171-14/+21
* do not send dump request on -Nume2003-08-171-0/+2
* macro pedantume2003-08-171-2/+2
* minor cleanup; no need for extra variable hereume2003-08-171-4/+2
* use strchr(3).ume2003-08-171-3/+3
* daemon() has to be called prior to file descriptor setupsume2003-08-171-15/+8
* getifaddrs(3) is always used.ume2003-08-171-1/+1
* knf, typo, space.ume2003-08-172-21/+13
* set IPV6_V6ONLY.ume2003-08-171-7/+13
* - die if malloc fails.ume2003-08-171-2/+8
* use strncpyume2003-08-171-1/+1
* "sin" is a reserved C library function name. use sin6ume2003-08-171-73/+73
* We don't need __ss hack.ume2003-08-171-1/+1
* It is not an error to have no devices.phk2003-08-171-1/+1
* It is not an error to have no devices in the kernel: Return thephk2003-08-171-4/+4
* backout 1.11. ifname in struct ifreq should be copyed by strncpy.ume2003-08-171-4/+4
* - improved the -a option. it can probe a interface automatically whenume2003-08-175-94/+134
* Tidy up usage message.tjr2003-08-172-6/+6
* Tidy up synopsis.tjr2003-08-171-3/+1
* Tidy up usage message.tjr2003-08-171-2/+2
* Bump __FreeBSD_version due to movement of libraries to /lib and rtld togordon2003-08-171-1/+1
* add FBSDID, compare getopt() against -1, use fprintf() + exit() in usage()charnier2003-08-171-5/+6
* At imp's request, force devd to be statically compiled. This avoids thegordon2003-08-171-0/+2
* Stage 4 of dynamically linked root support. Add a big knob,gordon2003-08-172-2/+8
* Stage 3 of dynamic root support. Make all the libraries needed to rungordon2003-08-1723-10/+33
* Tell the toolchain to look for rtld in /libexec instead of /usr/libexec.gordon2003-08-174-4/+4
* Fixup the ELF branding information to point to the new home of rtld.gordon2003-08-178-8/+8
OpenPOWER on IntegriCloud