summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* mdoc(7) police: Removed redundant .Ns calls.ru2002-08-137-9/+9
* Ensure that origin field in the packing list structure is initialised. Thissobomax2002-08-121-0/+1
* add support properly displaying and logging incoming telephone numbers (MSNs)hm2002-08-127-2/+95
* Warn that hex keys are the most portable.imp2002-08-121-1/+5
* Fix conjugation of exists and add full stops to the messages I changed.dwmalone2002-08-111-2/+2
* add experimental support for Data over Voice (DoV) outgoing calls.hm2002-08-116-6/+39
* Update manpage to match the code, vfsload() isn't usedmux2002-08-111-4/+2
* Update manpage to match the code, vfsload() is not usedmux2002-08-111-4/+2
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-112-7/+7
* Add break's to case blocks.mikeh2002-08-101-0/+2
* Teach sysinstall that documents on the boot floppy might not be gzipped.jhay2002-08-092-0/+12
* Apply the envp fix to the other call to main() as well.gshapiro2002-08-091-2/+2
OpenPOWER on IntegriCloud