summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
...
* Imply NOLIBC_R for PowerPC.obrien2003-08-131-1/+1
|
* malloc() may return NULL.ume2003-08-121-0/+5
| | | | | Obtained from: KAME MFC after: 1 week
* reduce #ifdef.ume2003-08-118-47/+5
| | | | MFC after: 1 week
* use strlcpy() and snprintf().ume2003-08-116-16/+27
| | | | | Obtained from: KAME MFC after: 1 week
* Remove the band-aid to make these compile on amd64/ia64.njl2003-08-112-12/+2
|
* use int64_t instead of long long.ume2003-08-113-7/+7
| | | | | Obtained from: KAME MFC after: 1 week
* Instead of unconditionally refusing to install if no swap partitionsdas2003-08-102-6/+8
| | | | are specified, prompt the user with a yes/no box.
* Apparently I limited my testing of the ductape and bubblegum solutionmarcel2003-08-092-1/+7
| | | | | | | to acpidb. The same problem exists in iasl. Add JIT patching there too. Add a comment to both makefiles to increase the chance that both kludges are removed when a real solution is committed.
* Perform first-aid: unbreak the build for amd64 and ia64 by patchingmarcel2003-08-091-1/+5
| | | | | | | osunixxf.c on the fly. This avoids having to pull it from the vendor branch or otherwise pollute the repository with new short-lived files. This should hold until the real fix arrives.
* Drop MIP6 code. We don't support MIP6 yet.ume2003-08-084-142/+4
| | | | MFC after: 1 week
* KNF, correct typos and cleanup spaces.ume2003-08-0815-327/+288
| | | | | Obtained from: KAME MFC after: 1 week
* drop the code for the environment where getifaddrs(3) is notume2003-08-083-91/+1
| | | | | | | supported. Obtained from: KAME MFC after: 1 week
* stop use of register.ume2003-08-081-14/+14
| | | | | Obtained from: KAME MFC after: 1 week
* Process the "O bit."ume2003-08-085-2/+183
| | | | | | | | | | If the value of OtherConfigFlag changes from FALSE to TRUE, the host should invoke the stateful autoconfiguration protocol, requesting information. [RFC 2462 Section 5.5.3] Obtained from: KAME MFC after: 1 week
* __FUNCTION__ --> __func__ume2003-08-0813-231/+231
| | | | | Obtained from: KAME MFC after: 1 week
* Fix a bug that caused i386 to produce broken binaries for big-endianru2003-08-081-16/+16
| | | | | 64-bit platforms. (size_t is 32bit on i386, but Elf_Shdr.sh_size is 64bit on SPARC64.)
* Hook acpidb(8) and iasl(8) up to the build and unhook amldb(8). It willnjl2003-08-081-1/+1
| | | | be going away after a short while but still available in ports.
* Add man pages for acpidb and iaslnjl2003-08-072-0/+317
|
* Add the acpidb and iasl utilities. This is not yet hooked up to the build.njl2003-08-074-1/+595
| | | | Obtained from: acpicatools port by Iwasaki-san
* No need to define externs for getopt interface.imp2003-08-071-2/+1
|
* Add a reference to config(5) in the SEE ALSO section.simon2003-08-061-0/+2
| | | | | Suggested by: dcs Approved by: ceri (mentor)
* introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo structure toume2003-08-052-3/+21
| | | | | | | | | | | control whether to accept RAs per-interface basis. the new stuff ensures the backward compatibility; - the kernel does not accept RAs on any interfaces by default. - since the default value of the flag bit is on, the kernel accepts RAs on all interfaces when net.inet6.ip6.accept_rtadv is 1. Obtained from: KAME MFC after: 1 week
* - Use /dev/fwX.Y rather than /dev/fwX.simokawa2003-08-052-31/+71
| | | | | - Add option -u to specify bus number. - Try to open the device only if it's necessary.
* LANG->LC_ALLache2003-08-042-14/+14
| | | | Pointed by: ru
* Use LANG=C before egrep A-Z and tr A-Zache2003-08-041-4/+4
| | | | | Note: this is POSIX requirement, c-c ranges are portable only in POSIX locale Strip [] for tr ranges
* Fix problem differently, useache2003-08-041-10/+10
| | | | | LANG=C tr 'a-z' 'A-Z' for hypotetical case that script may generate non-ascii characters
* Use tr '[:lower:]' '[:upper:]' to work with any localeache2003-08-041-10/+10
|
* Use the actual build target (all), since relying on the build as adougb2003-08-041-0/+1
| | | | | | | side effect of the distribution target was apparently just good luck all these years. Submitted by: ru
* Backout 1.14, it seems to be causing problems with libxml buildbmilekic2003-08-041-1/+1
| | | | | and I don't have time to investigate this code in much detail right now.
* Go ahead and allow ports as high as 0xfff to be used for pccardimp2003-08-031-1/+1
| | | | | | devices. Only some devices support above 0x400, but since you have to explicitly enable this range, you are assumed to know what you are doing.
* Always put an entry for ::1. It may avoid useless DNS lookupume2003-08-032-16/+10
| | | | | | for localhost. MFC after: 3 days
* Fix an 'bad file descriptor' error which would come up when usinggad2003-08-021-1/+0
| | | | | | | the 'C' flag on an entry that also specifies 'user:group' info. Submitted by: Riccardo Torrini <riccardo@torrini.org> in -current MFC after: 4 days
* Hoo sed I kan spel?peter2003-08-021-1/+1
|
* Dump the HPET information block.peter2003-08-022-0/+38
| | | | | | | | | | | | What is the HPET I hear you ask? It is the High Precision Event Timer that is supposed to supplement and eventually replace the 8254 timer and the RTC periodic interrupts. Among other things, it is 64 bit (can be run in 32 bit mode for 32 bit cpus), and is suitable as a replacement for the ACPI timer on SMP systems (the specs are much better) and as a replacement for the ITC based synthetic clock for on ia64 systems. It seems IA64 and AMD64 systems tend to have this. It is likely to start showing up in i386 systems if it isn't already on some of them.
* Use strncmp() and not strcmp() here to properly matchbmilekic2003-08-011-1/+1
| | | | | | installed ports. Submitted by: Harold Gutch <logix@foobar.franken.de>
* Remove a 'From:' that snuck into an sccsid comment line as part of -v1.3gad2003-08-011-1/+1
|
* Remove options processing for dumping swapdevice radix map.phk2003-07-312-5/+1
|
* When dumping swap information, drop the "Type" field which displaysphk2003-07-311-7/+4
| | | | | | | a constant string of little information these days. This removes the need to #include <vm/swap_pager.h> which is due to become a kernel only include file.
* Fix bug in find_matching_entry_incoming(): the loop checking the allowedhm2003-07-311-25/+28
| | | | | | | | incoming remote telephone numbers and subaddresses ignored the configured list completely since it was always terminated by a break at the end of the first run (which was a leftover from the implementation of subaddresses). Submitted by: Christian Ullrich <chris@chrullrich.de>
* fixed wrong parameter descriptionssuz2003-07-301-3/+9
| | | | | Obtained from: KAME MFC after: 1 day
* Use a size_t for variables that need to hold buffer lengths.harti2003-07-294-18/+20
|
* Minor grammar, punctuation, and wording fixesyar2003-07-291-8/+8
| | | | for the paragraph on the -e option.
* Allow sleep states to be specified as S1, S2, ...njl2003-07-282-1/+5
| | | | This is used by zzz(8).
* Fix "write from stdin".pb2003-07-261-3/+6
| | | | | Reviewed by: sos MFC after: 1 week
* Make this 64 bit clean. Use size_t for sysctl() length pointer args.peter2003-07-251-1/+2
|
* Fix amd64 build by deleting trailing whitespace. Doh!peter2003-07-251-1/+1
|
* Fix output from an error message.njl2003-07-251-5/+5
| | | | | | Use sysctl -n instead of sed Submitted by: Scott Lambert <lambert@lambertfam.org>
* Make the example "too large" message in the manual match the updated onemckay2003-07-251-1/+1
| | | | actually sent by ctm_smail since rev 1.13.
* Hide more crypto from being crunched at release time.markm2003-07-241-1/+1
|
* Turn on the extended syntax, which TCP_wrappers has by default, asmarkm2003-07-241-1/+1
| | | | distributed.
OpenPOWER on IntegriCloud