summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add parentheses to make blocking mode work.jb1997-04-0112-12/+36
|
* Be more specific as to which flags may not be turned off when thempp1997-04-011-2/+3
| | | | | | system is running in secure mode. Obtained from: NetBSD PR# 3299
* Use MAXHOSTNAMELEN, as opposed to an arbitrary number, and ensurejoerg1997-04-011-3/+6
| | | | | | | | correct termination if it overflows. Closes PR # misc/2982. Submitted by: Drew Derbyshire <ahd@kew.com>
* Add od(4). Closes PR# 3170.mpp1997-04-012-1/+289
| | | | Submitted by: Shunsuke Akiyama <akiyama@jp.freebsd.org>
* Add an entry for the newer Philips CDD26xx family CD-R drives. Theyjoerg1997-04-011-1/+6
| | | | | | | come out with PHILIPS as the vendor string, as opposed to IMS for the older ones. Submitted by: "Brian N. Handy" <handy@sag.space.lockheed.com>
* Grammar fix.mpp1997-04-011-1/+1
|
* Xref the new issetugid(2) man page where appropriate.mpp1997-04-015-4/+13
| | | | Also add additional set*id(2) xrefs where appropriate.
* Don't xref setregid(2) twice - one of them should be setreuid(2).mpp1997-04-011-2/+2
|
* Fix one very minor mdoc problem. Gentle enough, Peter? :-)mpp1997-04-011-2/+2
|
* Remove a doubled word. Closes PR# 3163.mpp1997-04-011-1/+0
| | | | Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
* Fix a minor grammar problem.mpp1997-04-011-2/+2
|
* MLINK uu_lockerr(3).mpp1997-04-011-1/+1
|
* Mdoc police.mpp1997-04-011-9/+10
|
* Make mount_nfs use reserved ports by default.. Mounts already useguido1997-04-011-2/+2
| | | | | | | | a reserved port, so why not the nfs rpc's themselves? With user allowed mounts, this perhaps needs a closer look, but on the other hand, a user could already specify the flag. If normal users should not be able to use resserved ports, the kernel should check for the flag at mount time.
* Removed a wrong comment of mine.bde1997-04-012-20/+4
| | | | Removed unused #includes.
* Fixed gratuitous ANSIisms.bde1997-04-012-30/+20
| | | | Removed unused declarations.
* Fixed gratuitous ANSIisms.bde1997-04-018-28/+34
| | | | Removed trailing newline from panic messages.
* Use __i386__ instead of i386 in ifdefs.bde1997-04-016-10/+18
| | | | Don't compile unused (debugging?) functions.
* Fixed gratuitous ANSIisms.bde1997-04-013-7/+16
|
* Don't fail when the vfs.nfs.nfs_privport sysctl doesn't existbde1997-04-012-8/+8
| | | | | | | | | | (presumably because the kernel is old). Moved the declaration of a variable realated to this sysctl outside of an unrelated ifdef. Not fixed: - this sysctl is badly named (nfs occurs twice). - it's silly to have for FreeBSD in FreeBSD code, especially when only half of the FreeBSD-dependent code is ifdefed.
* Simplified install rule.bde1997-04-011-6/+2
|
* Use OID_AUTO instead of magic number for the Lite2 sysctl debug.busyprt.bde1997-04-012-10/+8
| | | | | | Removed declaration of vfs_unmountroot() again. Staticized vgonel().
* consistency update.adam1997-04-011-0/+2
| | | | since we have "unsizeable" also have "sizeable"
* Submitted by: Sergei Chechetkin <csl@whale.sunbay.crimea.ua>davidn1997-04-011-2/+1
| | | | Fix incorrect bracket nesting. Closes PR#3144.
* Use OID_AUTO instead of magic number for the old sysctl debug.rcluster.bde1997-04-011-16/+3
| | | | | | | | The magic number conflicted with the rotting disabled one in ext2fs for debug.doasyncfree. Removed messy debugging variable/constant/sysctl debug.doreallocblks. Lite2 removed it, and we don't use the code that it controls.
* Use OID_AUTO instead of magic number for old sysctl debug.elf_trace. Thebde1997-04-011-8/+4
| | | | | | | | magic number conflicted with the one for the Lite2 sysctl debug.busyprt. Staticized some variables. Removed unused #includes.
* Use OID_AUTO instead of a magic number for Lite2 sysctl debug.lockf_debug.bde1997-04-011-5/+3
| | | | Removed unused #includes.
* Fixed commented-out Lite2 sysctl debug.lockpausetime.bde1997-04-011-5/+6
| | | | Removed unused #includes.
* Sync from 2.2jkh1997-04-011-1/+2
|
* Removed potentially harmful garbage <vm/lock.h> and fixed bogusbde1997-04-018-131/+9
| | | | | | use of it. It was actually harmless because the use was null due to fortuitous include orders and identical (wrong) idempotency macros.
* Removed nested include of <ufs/ufs/dir.h>. Use the pre-Lite2 hack ofbde1997-04-013-6/+18
| | | | | | | | | | defining doff_t both here and in <ufs/ufs/dir.h> so that this file is independent of <ufs/ufs/dir.h>. It still has old prerequisites <sys/param.h> and <ufs/ufs/quota.h>, and a new Lite2 prerequisite of <sys/lock.h>, sigh. This might fix lsof, which was broken by namespace pollution giving conflicting definitions of DIRBLKSIZ.
* Fixed missing DPADD. Removed now-redundant SRCS.bde1997-04-011-1/+1
|
* Fixed DPADD.bde1997-04-011-2/+2
|
* Added pop3pw amandaidx amidxtapepst1997-04-011-2/+4
|
* Correct the name of a header file that is referenced.jdp1997-04-012-4/+4
|
* Fix the typo.hanai1997-04-011-2/+2
| | | | Submitted by: Nishika <nishika@cheerful.com>
* Fix the output format for numbers >= 1E99.jmz1997-04-011-2/+2
| | | | Closes PR bin/648.
* Catch up with the original.hanai1997-04-012-4/+9
|
* Add the -DPedantic flag. This is used in wref.c only.jmz1997-04-011-1/+1
|
* Merge in bugfixes from 2.2pst1997-04-011-29/+17
|
* Use mediaClose instead of shutdownpst1997-04-011-3/+4
|
* Add portmapflags and syslogd flags.pst1997-04-012-12/+24
| | | | Reviewed by: jkh
* Remove the syslog stuff, and allow various return valuesbrian1997-03-319-61/+178
| | | | | | | | | in uu_lock(). Add uu_lockerr() for turning the results of uu_lock into something printable. Remove bogus section in man page about race conditions allowing both processes to get the lock. Include libutil.h and use uu_lock() correctly where it should. Suggested by: ache@freebsd.org
* Added new file bsd-family-treeandreas1997-03-311-3/+4
| | | | Forgotten by: wosch ;-)
* Add a note in BUGS section that shar(1) cannot handle fileswosch1997-03-311-0/+3
| | | | without a newline ('\n') as last character.
* Fix the mount_mfs case from the last cleanup. The code was (ab)usingpeter1997-03-311-1/+17
| | | | | | | | | | | it's internal malloc() implementation to try and avoid overstepping it's resource limits (yuk!). Remain using libc's malloc(), but check the resource limits right before trying to malloc the ramdisk space and leave some spare memory for libc. In Andrey's words, the internal malloc was "true evil".. Among it's sins is it's ability to allocate less memory than asked for and still return success. stdio would just love that. :-) Reviewed by: ache
* General cleanup and update to specify exactly how our implementationpeter1997-03-311-31/+38
| | | | | | | | | | passes on the status across fork/exec. The previous version had some typos, referred to itself as link(2) in one place :-), and didn't really match openbsd's implementation either. Now that I've mentioned typos, hopefully our Typo Police and Xref Police will be gentle with me. :-)
* Steal issetugid man page from OpenBSD. Needs work..peter1997-03-311-0/+87
| | | | Obtained from: OpenBSD
* Add libc hook for issetugid()peter1997-03-311-2/+3
|
* Implement code for an OpenBSD-style issetuigid().peter1997-03-311-1/+26
| | | | | | | | | | | | | | | | This is valueable for library code which needs to be able to find out whether the current process is or *was* set[ug]id at some point in the past, and may have a "tainted" execution environment. This is especially a problem with the trend to immediately revoke privs at startup and regain them for critical sections. One problem with this is that if a cracker is able to compromise the program while it's still got a saved id, the cracker can direct the program to regain the privs. Another problem is that the user may be able to affect the program in some other way (eg: setting resolver host aliases) and the library code needs to know when it should disable these sorts of features. Reviewed by: ache Inspired by: OpenBSD (but with a different implementation)
OpenPOWER on IntegriCloud