summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Some warns cleanups - I think this is still not warns clean on the alpha.dwmalone2001-12-032-7/+9
|
* Warns cleanup. Add FreeBSD ID to Makefile.dwmalone2001-12-032-1/+3
|
* Warns cleanups. Add FreeBSD ID to Makefile.dwmalone2001-12-038-14/+24
|
* Warns cleanup - don't declare ttyname(). Add FreeBSD ID to Makefile.dwmalone2001-12-032-1/+3
|
* Warns cleanups. Add missing prototype.dwmalone2001-12-032-2/+5
|
* Fix one warning - still not warns clean.dwmalone2001-12-031-1/+1
|
* Strip seems to be warns clean on i386 and alpha.dwmalone2001-12-031-0/+1
|
* Warns cleanups.dwmalone2001-12-0312-11/+21
|
* Warns cleanups. This makes the showmount code warns clean, but somedwmalone2001-12-031-3/+3
| | | | of the rpc headers aren't.
* Warns cleanups. Add FreeBSD ID.dwmalone2001-12-032-2/+4
|
* Warns cleanups, add FreeBSD IDs.dwmalone2001-12-032-3/+9
|
* Warnc cleanups. Add FreeBSD IDs.dwmalone2001-12-032-2/+8
|
* Warns cleanups. Don't use gccism -Wall.dwmalone2001-12-032-2/+2
|
* Nohup seems to be warns clean on alpha and i386. Add FreeBSD id to Makefile.dwmalone2001-12-031-0/+2
|
* Warns cleanup. Add FreeBSD ID to Makefile and nice.c.dwmalone2001-12-032-2/+8
|
* Warns cleanups.dwmalone2001-12-036-5/+8
|
* Warns cleanup. Add FreeBSD ID to Makefile.dwmalone2001-12-032-7/+9
|
* Warns cleanup - not ready for WARNS=2 yet.dwmalone2001-12-031-2/+3
|
* Warns cleanups. Add FreeBSD ID to Makefile.dwmalone2001-12-032-3/+5
|
* Warns cleanups:dwmalone2001-12-032-8/+8
| | | | | Signal handlers are supposed to take an int as an arg. Don't locally declare crypt or ttyname.
* Warns cleanups:dwmalone2001-12-032-2/+9
| | | | | Declare functions in advance of using them There is no printf specifies %k - I think it was supposed to be %s.
* Warns cleanup.dwmalone2001-12-032-1/+2
|
* Warns cleanup (just make main return an int).dwmalone2001-12-032-0/+2
|
* Cast off_t to long long before printing. Use %ll instead of %q incasedwmalone2001-12-033-5/+8
| | | | long long and quad_t are not the same.
* o Update an instance of 'unprivileged_procdebug_permitted' missedrwatson2001-12-031-6/+6
| | | | | in the previous commit: the comment should also call it 'unprivileged_proc_debug'.
* Merge from crypto/telnet/telnet/commands.c. Add the necessary paths tojhay2001-12-031-1/+7
| | | | the kerberos libraries and includes.
* Add the necessary paths to the kerberos libraries and includes.jhay2001-12-034-4/+6
| | | | | | This fix "make release". Reviewed by: markm
* Protect variables and function prototypes that are only used in the INET6jhay2001-12-032-2/+14
| | | | | | | | case with an ifdef INET6. This make the fixit floppy compile again. Reviewed by: markm
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from thebrooks2001-12-038-17/+17
| | | | | | mbuf instead. Suggested by: fenner
* o Introduce pr_mtx into struct prison, providing protection for therwatson2001-12-0310-63/+194
| | | | | | | | | | | | | | | | | | mutable contents of struct prison (hostname, securelevel, refcount, pr_linux, ...) o Generally introduce mtx_lock()/mtx_unlock() calls throughout kern/ so as to enforce these protections, in particular, in kern_mib.c protection sysctl access to the hostname and securelevel, as well as kern_prot.c access to the securelevel for access control purposes. o Rewrite linux emulator abstractions for accessing per-jail linux mib entries (osname, osrelease, osversion) so that they don't return a pointer to the text in the struct linux_prison, rather, a copy to an array passed into the calls. Likewise, update linprocfs to use these primitives. o Update in_pcb.c to always use prison_getip() rather than directly accessing struct prison. Reviewed by: jhb
* MTU and metric are available with NET_RT_IFLIST.ru2001-12-031-22/+4
| | | | MFC after: 3 days
* Add missing declaration of ftime.dwmalone2001-12-031-0/+8
| | | | | | Submitted by: Sergey Matveychuk <sem@ciam.ru> Obtained from: NetBSD MFC after: 1 week
* Note fix for OpenSSH `UseLogin yes' environment issue.nectar2001-12-031-0/+4
|
* Merge from master (crypto) telnet. WARNS fixes for alpha.markm2001-12-033-11/+11
|
* More help for alpha WARNS=2. This code is, erm, unusual. Anyone whomarkm2001-12-032-8/+8
| | | | feels like rewriting it will meet no objection from me.
* help the alphas out with the WARNS=2 stuff.markm2001-12-034-4/+4
|
* Remove unused filed.dcs2001-12-031-29/+0
| | | | | PR: kern/32395 Submitted by: Jonathan Mini <mini@haikugeek.com>
* Reapply rev 1.37 (hide the __attribute__ gcc keyword) into RELENG_4 evenobrien2001-12-031-0/+1
| | | | | though it was backed out. With out this change the TenDRA compiler is not bootstrapable.
* The named.conf file should refer to named.conf(5) in addition tocjc2001-12-031-5/+5
| | | | | | | | named(8) in the comments. PR: 32459 Submitted by: "Gary W. Swearingen" <swear@blarg.net> MFC after: 2 days
* Fix typo.murray2001-12-031-1/+1
| | | | | PR: 32455 Submitted by: "Gary W. Swearingen" <swear@blarg.net>
* Move the code merging ACL_USER and ACL_GROUP objects from underjedgar2001-12-031-22/+33
| | | | | | two nested while loops into a separate function. Obtained from: TrustedBSD Project
* Add defines for access and default ACLs (ACCESS_ACL/DEFAULT_ACL)jedgar2001-12-034-27/+31
| | | | | | to enhance readability. Obtained from: TrustedBSD Project
* Use __FBSDID().markm2001-12-034-16/+20
|
* Reorder Makefile for style.markm2001-12-031-2/+1
|
* Do not pass user-defined environmental variables to /usr/bin/login.nectar2001-12-031-0/+2
| | | | | Obtained from: OpenBSD Approved by: green
* style(9) cleanups mostly consisting of:jedgar2001-12-036-87/+85
| | | | | | | | | o explicitly check return values and variables against a value o return x; -> return (x); o fix inconsistent sysexits usage by nuking it (partially suggested by bde) Obtained from: TrustedBSD Project
* Correct example to remove *all* extended ACL entries andjedgar2001-12-031-3/+4
| | | | clarify description.
* More kernel vfs docco.alfred2001-12-038-4/+498
| | | | | | | Xref vfs_mount(9) from vfs_mount(9) Submitted by: Chad David <davidc@acns.ab.ca> PR: docs/32431
* Split out NAI Labs license and BSD license to prevent the accidentalgreen2001-12-032-9/+80
| | | | violation of either.
* WARNS=2 and -Wall are not both needed. (The second is a subset of themarkm2001-12-031-1/+0
| | | | first)
OpenPOWER on IntegriCloud