summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Sigh, finally activate pkgwrap.c.sobomax2002-09-091-1/+1
* Fix minor off-by-one error.bmah2002-09-091-1/+1
* Make pkg_install go to the right place for 4.6-RELEASE and 4.6.2-RELEASEbmah2002-09-091-0/+2
* Introduce notion of the package tools revision and allow to wrap all toolssobomax2002-09-095-18/+131
* Add tcl81 that was missing.knu2002-09-091-0/+1
* Back out previous commit. I was a bit overzealous: the fd_set size isnectar2002-09-091-2/+0
* Check for FD_SET overrun.nectar2002-09-091-0/+2
* Check for FD_SET overruns.nectar2002-09-094-0/+10
* Kill debugging line occasionally slipped into rev.1.3.sobomax2002-09-091-2/+0
* Vastly decrease amount of memory comsumed in the case when we have to readsobomax2002-09-092-4/+11
* Use --fast-read mode to extract metadata from package file. Since metadatasobomax2002-09-091-2/+16
* Allow edquota(8) to be used for setting up quotas non-interactively (add asobomax2002-09-072-23/+149
* Make syslogd -u treat "*" as all levels by explictly setting pri_cmpdwmalone2002-09-042-6/+24
* When printing the wait status, break it down into a signal and a exit status.dwmalone2002-09-041-4/+10
* Swap sense of no_v[46]bind variables and rename as v[46]bind_ok -dwmalone2002-09-041-19/+19
* Fix parsing of unix domain entries after addition of IPv6 RPC support.dwmalone2002-09-041-38/+39
* When installing package from a local file assume that all subsequentsobomax2002-09-031-2/+6
* Don't initialise policy, v4bind and v6bind where the variables aredwmalone2002-09-021-3/+10
* tpc -> tcp in an error message.dwmalone2002-09-021-2/+2
* Clear up a few warnings (unused variable, rpc versions are usigned so use %u,dwmalone2002-09-021-8/+7
* Switch over to the new EA manipulation utilities.phk2002-09-027-467/+1
* Unbreak -DNOINET6brian2002-09-021-0/+2
* Don't treat unknown commands as fatal errors: they are probably justkris2002-08-311-2/+3
* Add the new userland tool for manipulating extended attributes.phk2002-08-303-0/+369
* Correctly handle ifr.ifr_flags/ifr.ifr_flagshigh like ifconfig(8) does.sobomax2002-08-292-5/+9
* - made ppp compliant to RFC 2472 (based on a patch from anotherbrian2002-08-295-49/+176
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_brian2002-08-2724-6/+26
* After dialling using -n, add the ability to wait for the first responsehm2002-08-272-8/+76
* Use _BSD_VA_LIST_ rather than __va_list if it's definedbrian2002-08-271-2/+5
* Correct the FAQ urlbrian2002-08-262-4/+6
* Don't dump core on packages with an invalid or empty PLIST.reg2002-08-261-0/+4
* Grrr.... mumble.... a linger gzip'ism still existed.obrien2002-08-261-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-258-20/+22
* Remove extra args to printfimp2002-08-251-2/+2
* Don't give up on a remote log host when we get a EHOSTUNREACH orcjc2002-08-251-3/+20
* Reorg just a tad to better express our bzip intentions.obrien2002-08-251-6/+6
* Find remaining hardcoded gzip bits and change to bzip2 bits.obrien2002-08-253-9/+15
* Preserve suid/gid permissions when extracting packages remotellylioux2002-08-241-1/+1
* Use "kbytes" instead of "blocks" in messages as this is reallyschweikh2002-08-241-2/+2
* Don't use NULL when we really mean 0 for call to pw_edit.imp2002-08-211-1/+1
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-212-5/+5
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-2/+2
* Fix buildworld breakage.roberto2002-08-201-1/+1
* Be consistent about quoting things.phk2002-08-201-26/+44
* Add a new `-H' modifier, which when combined with `-p' or `-P' allows to dumpsobomax2002-08-192-14/+38
* Include <nlist.h> for nlist interfaces instead of depending on namespacebde2002-08-181-0/+1
* Use essentially the same formatting of the CPU stats percentages as inbde2002-08-181-1/+1
* Include <nlist.h> for nlist interfaces instead of depending on namespacebde2002-08-181-0/+1
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-1/+1
* Remove a case of exposing 'struct ucred' to userspace. Use a struct xucredalfred2002-08-151-7/+7
OpenPOWER on IntegriCloud