summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Pseudofsize procfs(5).des2001-12-0420-2044/+483
|
* Back out rev 1.48. The problem is with a bogus __attribute__ in stdio.h.obrien2001-12-041-1/+0
|
* Remove the GCC'ism "__attribute__" from the 'fmtcheck' prototype.obrien2001-12-041-2/+1
| | | | I leave it up to someone else to fix this breakage properly.
* Reduce namespace pollution by removing argument names from prototypes.des2001-12-041-18/+18
|
* Properly handle being redirected to an FTP URL.des2001-12-041-1/+10
| | | | | | | | | Also fix a couple of not-so-minor bugs: - missing case for HTTP_SEE_OTHER - incorrect definition of HTTP_NEED_PROXY_AUTH PR: 20259 MFC after: 2 weeks
* Add prototype for _ftp_request().des2001-12-041-4/+8
|
* Reorganize to reduce code duplication.des2001-12-041-64/+32
|
* Call the ATAPI tape devices "ast" and "nast", not "rast" and "nrast". Adddes2001-12-041-4/+6
| | | | | | | | | backward compatibility symlinks for good measure. DEVFS already gets this right (except for the symlinks). PR: 24781 Submitted by: Christian Weisgerber <naddy@mips.inka.de> MFC after: 3 days
* Create {ad,da,...}s1[a-h].des2001-12-041-1/+1
| | | | | | PR: 19849 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de> MFC after: 3 days
* Add a missing open paren to a macro that's been broken (and apparentlyjhb2001-12-042-2/+2
| | | | | | unused) since rev 1.1 so it is at least correct. Submitted by: Maxime Henrion <mux@qualys.com>
* Use d_thread_t to reduce diffs between current and stable.scottl2001-12-032-13/+17
| | | | Spell ACQUIRE correctly.
* Update version string since we applied a fix for the UseLogin issue.nectar2001-12-031-1/+1
|
* Unbreak "make lint" for programs and "make llib-l${LIB}.ln" forbde2001-12-032-2/+2
| | | | | | | | | | | libraries a little by not passing all of ${CFLAGS} to lint. Pass only options matching -[DIU]*. The important -nostdinc option can't be passed like I first thought because lint misinterprets as "-n -o stdinc". The unimportant -B* option can't be passed because lint doesn't support it. Otherwise, we pass the same options as to mkdep, exept for a bug in the latter: -U* is not passed. All this depends on option args not being separated from option flags by a space.
* Yes seems to be warns clean on alpha and i386.dwmalone2001-12-031-0/+2
|
* 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
|
OpenPOWER on IntegriCloud