summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
...
* Use rad_acct_open() instead of rad_auth_open().brian2000-10-151-1/+1
| | | | Suggested by: Victor Ivanov <v0rbiz@icon.bg>
* Don't define NOATM now that /usr/include/netnatm/ is created properly.brian2000-10-151-1/+0
|
* Since -e and -r are right next to each other prompt before clobberingpaul2000-10-151-0/+10
| | | | a crontab you were planning to edit.
* Add another security configuration profile, call it "high" andjkh2000-10-146-2/+56
| | | | | | | rename the previous one to indicate that it's not just high, it's extreme (everything off, secure level raised). Submitted mostly by: Tony Finch <dot@dotat.at>
* Make it possible to specify profiling in the kernel config file.phk2000-10-143-1/+5
| | | | Do so for LINT.
* ../Makefile.inc was clobbering BINDIR so sendmail was being installed ingshapiro2000-10-131-1/+1
| | | | | | /usr/sbin/ instead of /usr/libexec/sendmail/ Submitted by: bde
* cosmetic: resource -> ressanpei2000-10-131-14/+14
|
* Fixed world breakage -- don't depend on <machine/soundcard.h> existing;bde2000-10-131-1/+1
| | | | | the symlink from <sys/soundcard.h> to <machine/soundcard.h> is worse than useless since it doesn't exist in the SHARED=symlinks case.
* Fix bug in ``the selection of pccard IRQs fully selectable''sanpei2000-10-131-2/+2
| | | | | | | | in rev.1.12. card_irq is local variable, not global variable (variable_set2 and variable_get) Reviewed by: jkh
* Remove STARTTLS support as it breaks builds without crypto installed.gshapiro2000-10-121-7/+0
| | | | Waiting to hear back regarding the best way to do this.
* With apoligies to Greg Shapiro, fix the world. The previous commitpeter2000-10-111-2/+2
| | | | | lost -lutil and -lwrap by replacing $LDADD and $DPADD rather than appending to them with +=.
* Style fixesgshapiro2000-10-114-16/+16
|
* NOCRYPT imples NO_OPENSSL.gshapiro2000-10-111-1/+1
| | | | | | Still need to solve the distribution problem. Submitted by: kris
* Build sendmail with STARTTLS support unless NO_OPENSSL is set.gshapiro2000-10-101-0/+7
|
* Do not exit when no holiday file is found. Issue warning and continue.hm2000-10-101-3/+3
|
* print out error reason if it was failed in assign_iosanpei2000-10-101-3/+23
| | | | Obtained from: PAO3
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebywollman2000-10-101-0/+1
| | | | <time.h>).
* Fix bug in "read" command.archie2000-10-101-2/+4
| | | | Submitted by: Dave Cornelius <dc@packetdesign.com>
* If write() gives -1/ENOBUFS, keep the packet and sleep for 1/10thbrian2000-10-091-2/+3
| | | | | of a second before attempting to write it again (unless there's something else to do instead).
* Create fd_sets big enough to handle getdtablesize() descriptors.brian2000-10-094-38/+68
|
* Fix typo: terrabytes->terabytes.bmah2000-10-091-1/+1
| | | | | PR: docs/21837 Submitted by: Tony Finch <dot@dotat.at>
* remove MAINTAINER: i'll develop and maintain i4b from now on in thehm2000-10-091-2/+0
| | | | FreeBSD-current tree
* update to i4b version 0.95.04hm2000-10-0969-1041/+5980
|
* - simplify option flagssumikawa2000-10-091-13/+11
| | | | | | | - do not print header when using -c - linklocal address are not cleared when using -c Obtained from: KAME
* String buffer overflow cleanup.kris2000-10-098-39/+39
| | | | Reviewed by: green, alex
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-091-3/+1
| | | | | | | | | | Replace all in-tree uses with <sys/mouse.h> which repo-copied a few moments ago from src/sys/i386/include/mouse.h by peter. This is also the appropriate fix for exo-tree sources. Put warnings in <machine/mouse.h> to discourage use. November 15th 2000 the warnings will be converted to errors. January 15th 2001 the <machine/mouse.h> files will be removed.
* String buffer safety cleanup. I don't think any of these were exploitablekris2000-10-094-12/+8
| | | | | | | | | | | remotely, but they would be if e.g. it happened to call the logging function using a DNS hostname. Also replace random() by arc4random() - only one of these is arguably required since it's directly used in the protocol, but we might as well replace both to avoid using two different PRNGs. Reviewed by: green, alex
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-0811-11/+13
| | | | | | | | | Replace all in-tree uses with necessary subset of <sys/{fb,kb,cons}io.h>. This is also the appropriate fix for exo-tree sources. Put warnings in <machine/console.h> to discourage use. November 15th 2000 the warnings will be converted to errors. January 15th 2001 the <machine/console.h> files will be removed.
* Fixed printf format errors which corrupted /var/db/mounttab on i386's withbde2000-10-081-3/+5
| | | | | 64-bit longs (don't assume that time_t is long; assume that time_t's are representable as longs).
* Enable use of poll()kris2000-10-081-1/+1
|
* Sync with KAME. Don't write past the end of the fd_set.kris2000-10-081-6/+27
| | | | Obtained from: KAME
* Sync with KAME. Format string auditing and manpage cleanups.kris2000-10-082-7/+10
| | | | | Obtained from: KAME Submitted by: Bill Sommerfeld <sommerfeld@netbsd.org>
* Sync with KAME. Format string auditing and manpage cleanups.kris2000-10-089-24/+42
| | | | | Obtained from: KAME Submitted by: Bill Sommerfeld <sommerfeld@netbsd.org>
* Sync with KAME. Format string auditing, and add -a flag to autoprobekris2000-10-067-49/+195
| | | | | | interfaces. Obtained from: KAME
* Don't try to compare other attributes if the type doesn't match, it'sphk2000-10-061-0/+1
| | | | nothing but trouble, and no use anyway.
* Don't whine about modes on symlinks.phk2000-10-061-0/+1
|
* PR: 21729murray2000-10-052-0/+4
| | | | | | | | | Approved by: jkh Write kern_securelevel_enable variable to rc.conf if user selects medium or low security in sysinstall. This overrides the case where a user selects fascist security and then tries to go back to a lower setting.
* If user selects no distributions at all, assume "User" asjkh2000-10-052-6/+12
| | | | | | | | a default. This should prevent people from whacking return at the Distributions menu and getting nothing selected as a result (a minimal "standard" system will at least install). Flagged as big tech support headache by: Chris Shumway <cshumway@osd.bsdi.com>
* Fix abuse of the Pa, Nm and Ar macros. This necessitated a rewordingsheldonh2000-10-051-35/+39
| | | | | | of the description for the "power" internal command. Reviewed by: sanpei
* check {IO,IRQ}_ASSIGNED flags beforesanpei2000-10-041-3/+8
| | | | | | | | release {io,irq} resources. fix multi io window in release io routine PR: 20454
* Make the output of mtree(8) more systematic and machine readable.phk2000-10-033-48/+46
| | | | | | | | | | | | The new format is: filename {changed,missing,extra} $field expected $foo found $bar ... Fix various bugs along the way: Don't complain about directory sizes differing. Correctly check flags.
* Reflect new packet option default.rnordier2000-10-021-6/+6
|
* Set MAINTAINER.rnordier2000-10-023-0/+6
|
* Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02Rnyan2000-10-022-0/+2
| | | | | | | | support which use National Semiconductor DP8393X (SONIC) as ethernet controller. Currently, this driver is used on only PC-98. Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp> Obtained from: NetBSD/pc98
* Make reconfiguring an external service as builtin service work.dwmalone2000-10-021-0/+1
| | | | | | PR: 21650 Submitted by: ben Tested by: dan@ducky.nz.freebsd.org
* Stop internal ident service spinning until the timeout if thedwmalone2000-10-021-0/+2
| | | | | | | connection goes away. Spotted by people on -STABLE about 2 weeks ago. Submitted by: Based on a patch by alfred and Maxime Henrion <mux@qualys.com>
* Fix StallOp implementaion. I've noticed that StallOp corresponds toiwasaki2000-10-022-2/+1
| | | | | | | OsdSleepUsec(), SleepOp corresponds to OsdSleep() by reading ACPICA source code. - Add OsdSleepUsec() which uses DELAY() simply. - Change unit of acpi_sleep() argument; microseconds to milliseconds.
* Really fix the struct callout collision. AMD does not need topeter2000-10-021-1/+1
| | | | | | | #include <sys/mbuf.h>. (which #include's <machine/mutex.h> and then <sys/proc.h> and then <sys/callout.h>, leading to the collision). <sys/mbuf.h> is really one of those 'no user servicable parts inside' things.
* fix some minor problem in PIOCSRESOURCE ioctl.sanpei2000-10-011-2/+2
| | | | | | | | | | | | | | - If resource which was allocated for pcic was requested via this ioctl, bus_alloc_resource would be succeeded and that resource was returned as free resource. So check whether requested resource was used for pcic or not before bus_alloc_resource test. - merge SYS_RES_IRQ routine into other SYS_RES_* routine and clean up. problem reported by: Yohei Terada <terada@jiro.c.u-tokyo.ac.jp>
* Remove ACPI_NO_OSDFUNC_INLINE option from kernel configuration. Nowiwasaki2000-10-012-0/+5
| | | | | | | that it's enabled in acpireg.h only if DIAGNOSTIC option is specified. ACPICA OSD functions will be compiled in machine/acpi_machdep.c again tentatively (if DIAGNOSTIC option is specified). # Should we have acpica_osd.c ?
OpenPOWER on IntegriCloud