summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* As long threatened, stage 2 of making a dynamically-linked root a reality.gordon2003-08-172-1/+3
* Prepend /lib to the builtin library search path in rtld.gordon2003-08-172-2/+2
* In preparation for libraries being installed in /lib, add lib to thegordon2003-08-171-1/+1
* Prepend /lib to the search order for libraries.gordon2003-08-171-1/+1
* Add /lib and /libexec directories. These are part of the dynamic rootgordon2003-08-171-0/+4
* Handle the case where SHLIBDIR != LIBDIR. When creating links, wegordon2003-08-171-1/+6
* Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>marcel2003-08-1736-176/+197
* In pmap_copy(), since we have the page table page's physical addressalc2003-08-172-6/+4
* In vm_thread_swap{in|out}(), remove the alpha specific conditionalmarcel2003-08-169-27/+79
* Make it clear that -a flag and interface parameter are mutually exclusivecharnier2003-08-162-13/+19
* Imply NOLIBC_R for PowerPC.obrien2003-08-161-1/+1
* use strlcpy().ume2003-08-161-4/+4
* add section namecharnier2003-08-161-1/+1
* Use constants less throughout the code and instead use the objsizebmilekic2003-08-161-6/+6
* - added the case of 802.11 to check link status.ume2003-08-161-5/+5
* Fix wrong identifier on .end directive. The SYSCALL macro does namemarcel2003-08-164-4/+4
OpenPOWER on IntegriCloud