summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Implement a flag to disable directory creation for anonymous users.mdodd2002-07-012-3/+12
| | | | | | PR: misc/38987 Submitted by: Peter da Silva <peter@abbnm.com> MFC after: 1 week
* Add libufs, a library for dealing with UFS filesystems from userland tojmallett2002-07-018-2/+539
| | | | | | | | | the build. It is here to compartmentalise functionality currently duplicated in many notable programs in the base system. It currently handles block reads and writes, as well as reading and writing of the filesystem superblock, and the reading/lookup of inode data. It supports both UFS and UFS2. I will be maintaining it, and porting programs to use it, however for now, it is simply being built as part of world.
* This commit was generated by cvs2svn to compensate for changes in r99191,dougb2002-07-0122-3778/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Install the rfc 2317 notesdougb2002-07-011-1/+1
|
* * Make Xlist more complete, and more concise in some case.dougb2002-07-012-5/+28
| | | | | * Reflect additional docs we're not using anymore. * Add some notes for next time.
* Resolve conflicts, generally in favor of the vendor version.dougb2002-07-017-79/+91
|
* This commit was generated by cvs2svn to compensate for changes in r99179,dougb2002-07-0144-213/+975
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of ISC BIND version 8.3.3dougb2002-07-0151-260/+1042
| |
* | LP64 fix: don't cast pointer to intnaddy2002-06-301-1/+1
| | | | | | | | Reviewed by: gallatin, ticso
* | Nuke src/usr.bin/help in favor of projects/sccs/help (repo copied).jmallett2002-06-302-174/+0
| |
* | Fix a build problem for the ACPI CA 20020404 import.iwasaki2002-06-301-1/+2
| | | | | | | | | | | | | | Add definition of COMPILER_DEPENDENT_INT64 and also fix definition of COMPILER_DEPENDENT_UINT64. Pointed-out by: Michael Nottebrock <michaelnottebrock@gmx.net>
* | IF_HANDOFF is no longer in -stableimp2002-06-301-12/+0
| |
* | Fix if_timer logic so that there is always a timeout pending if thereluigi2002-06-301-2/+4
| | | | | | | | | | | | | | | | | | | | | | are packets queued for transmission. This driver is strange -- it never sets IFF_OACTIVE, so all transmissions always cause a call to fxp_start. However, if the link gets stuck, there was nothing to reset it, so there was still a possibility of lockups. MFC after: 3 days
* | Fix if_timer logic to make sure that there is always a timeoutluigi2002-06-302-10/+8
| | | | | | | | | | | | | | | | pending if there are packets queued for transmission. Several drivers still have the same problem. MFC after: 3 days
* | Fix if_timer logic to make sure that there is always a timeoutluigi2002-06-302-12/+12
| | | | | | | | | | | | pending if there are packets queued for transmission. MFC after: 3 days
* | Make sure that if_timer does not get reset if there are packetsluigi2002-06-302-19/+11
| | | | | | | | | | | | | | | | | | | | | | still queued for transmission. This should solve the problem of the device stalling on transmissions if some link event prevents transmission. There are other drivers which have the same problem and need to be fixed in the same way. MFC after: 3 days
* | This commit was generated by cvs2svn to compensate for changes in r99160,des2002-06-302-5/+5
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Vendor import of OpenPAM Citronella.des2002-06-302-5/+5
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r99158,des2002-06-30128-844/+1788
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Vendor import of OpenPAM Citronella.des2002-06-30128-844/+1788
| | |
* | | Don't even read in the thread if it is a zombie process.julian2002-06-301-7/+10
| | |
* | | Extend the effect of the sysctl net.inet.tcp.icmp_may_rstjesper2002-06-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | so that, if we recieve a ICMP "time to live exceeded in transit", (type 11, code 0) for a TCP connection on SYN-SENT state, close the connection. MFC after: 2 weeks
* | | New release notes: ipfw(4) rewrite.bmah2002-06-302-10/+48
| | | | | | | | | | | | | | | Modified release notes: ACPI 20020404, OpenSSH 3.4p1 (rewrote 3.3p1 update and reformatted).
* | | * Handle all flags, not just schgdougb2002-06-301-3/+8
| | | | | | | | | | | | * Make chflags -R more efficient by deleting everything we can first
* | | Resolve conflicts arising from the ACPI CA 20020404 import.iwasaki2002-06-3015-263/+324
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r99146,iwasaki2002-06-3064-825/+1394
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Vendor import of the Intel ACPI CA 200200404 drop.iwasaki2002-06-3074-1083/+1701
| | | |
* | | | Minor cleanup: ANSI C function declarations, use argc after getopt(3) to checkjmallett2002-06-301-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | for remaining arguments, rather than checking for *argv being a boolean truth. Instead of using an empty case to check for -f- to mean "read stdin", and have stdin reopned otherwise, use a FILE* for the mbox, and assign it to stdin when we mean to use stdin, otherwise fopen(3). Kill `register' qualifier.
* | | | grow a brain and do this right.julian2002-06-301-5/+7
| | | |
* | | | Kill __P(), use ANSI C function declarations, remove local prototype for main,jmallett2002-06-301-21/+14
| | | | | | | | | | | | | | | | and add a __FBSDID() while I'm here.
* | | | Make it possible to have this (basename(1)) perform basename(3) on multiplejmallett2002-06-302-8/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files. The traditional behaviour, 'basename string .suffix', is preserved, however a suffix may now also be specified via a getopt(3) option, -s, such that if it is specified in that way, all string arguments follow. There is also a new flag, -a, which allows a user to say "yes, please basename(3) on all arguments". Update manual to reflect this unobtrusively. Reviewed by: obrien
* | | | Trim EOL spaces.maxim2002-06-301-2/+2
| | | | | | | | | | | | | | | | Reviewed by: gshapiro
* | | | Add an alias for sshd.maxim2002-06-301-0/+1
| | | |
* | | | Forgot to update the addendum in the config files.des2002-06-302-2/+2
| | | |
* | | | MFi386: revision 1.521nyan2002-06-302-2/+2
| | | |
* | | | Consistently wrap CSRG SCM ID.obrien2002-06-303-4/+6
| | | | | | | | | | | | | | | | Requested by: bde
* | | | This is the start of the FreeBSD/x86_64 kernel.obrien2002-06-303-0/+555
| | | |
* | | | Don't follow non existant thread pointers (e.g. for zombies)julian2002-06-301-33/+35
| | | |
* | | | This is the start of the FreeBSD/x86_64 kernel.obrien2002-06-303-0/+180
| | | |
* | | | Remove one useless variable.luigi2002-06-301-3/+1
| | | |
* | | | If the process is a zombie, then you must not try dereference the threadjulian2002-06-301-53/+55
| | | | | | | | | | | | | | | | | | | | because there isn't one. Of course this code only possibly works for single threaded processes anyhow..
* | | | This is the start of the FreeBSD/x86_64 kernel.obrien2002-06-301-0/+138
| | | |
* | | | Gcc 3.1 varargs support.obrien2002-06-301-0/+47
| | | |
* | | | Put documentation of the -m option's argument in its list tag in thetjr2002-06-301-2/+4
| | | | | | | | | | | | | | | | Description section for consistency with other manpages.
* | | | Handle relative and absolute pathnames (anything with a `/' in it) in the sametjr2002-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | way as execve(2), and the old perl which(1). PR: 35718
* | | | Treat empty PATH elements as "." for tradition and consistency with thetjr2002-06-301-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | old Perl which(1) script. PR: 35719
* | | | Since printf(3) now supports the `j' conversion specifier, use thatmike2002-06-306-66/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | when printing intmax_t and uintmax_t. Forgotten by: mike Noticed by: bde
* | | | Use FBSDIDobrien2002-06-3013-84/+32
| | | |
* | | | Consistently use FBSDIDobrien2002-06-301-2/+2
| | | |
* | | | Don't need these any more.obrien2002-06-3021-4716/+0
| | | |
OpenPOWER on IntegriCloud