Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | sigh, watch for compile errors... | 2004-02-02 | 1 | -4/+4 | ||
| | ||||||
* | Add const type qualifier. ok jmc@ | 2004-02-01 | 2 | -4/+4 | ||
| | ||||||
* | escape punctuation correctly; | 2004-02-01 | 1 | -3/+3 | ||
| | ||||||
* | s/RFC3390/RFC 3390/ | 2004-02-01 | 1 | -2/+2 | ||
| | ||||||
* | do not double login_cap.c; tholo | 2004-02-01 | 1 | -2/+2 | ||
| | ||||||
* | s/arm32/arm/ with VFP bit to match netbsd. | 2004-02-01 | 2 | -5/+5 | ||
| | ||||||
* | ARGH, forgot tags. | 2004-02-01 | 69 | -1/+69 | ||
| | ||||||
* | arm libc support. From NetBSD. currently supports softfloat. | 2004-02-01 | 74 | -0/+11427 | ||
| | ||||||
* | missing comma; jmc@ | 2004-01-31 | 1 | -2/+2 | ||
| | ||||||
* | document net.inet.tcp.rfc3390; ok jmc@ | 2004-01-31 | 1 | -1/+6 | ||
| | ||||||
* | Fix a logic thinko I made in rev. 1.27. This fixes nlist when | 2004-01-30 | 1 | -5/+5 | ||
| | | | | | the user passes in a symbol name with an underscore pre-pended on ELF systems. | |||||
* | fix to use sigaltstack again. help miod ok miod deraadt | 2004-01-29 | 2 | -11/+11 | ||
| | ||||||
* | oops | 2004-01-28 | 1 | -2/+2 | ||
| | ||||||
* | toast long line | 2004-01-28 | 1 | -2/+3 | ||
| | ||||||
* | the rest of the libs stuff; from art@ again | 2004-01-28 | 2 | -4/+5 | ||
| | ||||||
* | things for amd64; from art@ | 2004-01-28 | 82 | -0/+3692 | ||
| | ||||||
* | Use libkern's fast ffs() in libc too. | 2004-01-26 | 2 | -2/+18 | ||
| | ||||||
* | use new .St macro; | 2004-01-25 | 7 | -15/+15 | ||
| | ||||||
* | document EPERM; from Pedro Martelletto; | 2004-01-24 | 1 | -1/+3 | ||
| | | | | ok millert@ | |||||
* | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | 2004-01-23 | 8 | -16/+16 | ||
| | | | | discussed with todd@ | |||||
* | Use closefrom(); ok millert tedu | 2004-01-23 | 1 | -4/+2 | ||
| | ||||||
* | Call _exit() not exit() from abort() if we are unable to kill ourselves | 2004-01-20 | 1 | -3/+3 | ||
| | | | | | to avoid flushing stdio twice. This code path should never really happen though. Also make the function declaration ANSI. OK deraadt@ | |||||
* | Stop parsing the buffer after an appropriate number of digits; from NetBSD | 2004-01-20 | 1 | -22/+19 | ||
| | | | | OK otto@ and miod@ | |||||
* | Fix the example code. The loop invariant 'i' was not bound by MAXTOKENS | 2004-01-20 | 1 | -3/+3 | ||
| | | | | | which could result in writing a NUL byte outside of tokens[]. A fix, from Patrick Latifi, is to move the increment into the "i < MAXTOKENS - 1" block. | |||||
* | emulation names are not changeable | 2004-01-19 | 1 | -2/+2 | ||
| | ||||||
* | ABI breakage happened with the sigaltstack replacement. It is too late, | 2004-01-15 | 3 | -9/+10 | ||
| | | | | | | | now we just have to cope. Since setjmp uses it, the alpha and sparc64 are unhappy with the structure change. In a few days, we will make the second hop here, for now, use the old system call until all binaries have the new struct in them. | |||||
* | .Xr closefrom | 2004-01-14 | 1 | -1/+2 | ||
| | ||||||
* | update struct, noted by deraadt@ | 2004-01-14 | 1 | -2/+2 | ||
| | ||||||
* | full date in .Dd; | 2004-01-12 | 1 | -2/+2 | ||
| | ||||||
* | typo from jmc@ | 2004-01-12 | 1 | -2/+2 | ||
| | ||||||
* | new syscall closefrom(2). ok deraadt millert | 2004-01-12 | 3 | -5/+65 | ||
| | ||||||
* | document WAIT_ANY and WAIT_MYPGRP; | 2004-01-12 | 1 | -3/+13 | ||
| | | | | help and ok miod@ | |||||
* | some comments on ffs sysctls, mainly dirhash | 2004-01-12 | 1 | -1/+17 | ||
| | ||||||
* | __sglue should be extern; from art@ | 2004-01-11 | 1 | -2/+4 | ||
| | ||||||
* | auth_clean does not clear the options settings | 2004-01-10 | 1 | -2/+3 | ||
| | ||||||
* | Don't clean options in auth_clean() which was introduced in rev 1.8. | 2004-01-10 | 1 | -9/+1 | ||
| | | | | | login(1) depends on auth_clean() leaving options alone so this was API breakage. Verified to not make ftpd leak memory by mpech@. | |||||
* | Add missing include of poll.h to example code; Andre Nathan | 2004-01-08 | 1 | -1/+2 | ||
| | ||||||
* | in the description of ip.sourceroute, point people to securelevel(7), as | 2004-01-08 | 1 | -3/+4 | ||
| | | | | for other sysctls affected by securelevel; | |||||
* | alphabetic order; | 2004-01-08 | 1 | -6/+6 | ||
| | | | | sort spacing; | |||||
* | use va_copy() with gcc 3 and up. | 2004-01-08 | 1 | -2/+8 | ||
| | | | | ok millert@ espie@ | |||||
* | add dirhash sysctls | 2004-01-08 | 1 | -1/+4 | ||
| | ||||||
* | document syn cache sysctl; ok deraadt, jmc, itojun | 2004-01-07 | 1 | -1/+7 | ||
| | ||||||
* | Implement KERN_PROC2 sysctl from NetBSD. This will allow us to | 2004-01-07 | 1 | -2/+12 | ||
| | | | | | have ps and friends be independent of changes in struct proc et al in the kernel. OK deraadt@ | |||||
* | amout -> amount; from tom@. | 2004-01-07 | 1 | -2/+2 | ||
| | ||||||
* | - Rename index to longindex and explain its use. | 2004-01-06 | 1 | -9/+20 | ||
| | | | | | | | | - Talk about zeroing the last element of the longopts array. - Remove '?' from the switch and some KNF to the code. - Change 0's to NULL where appropriate. jmc@ ok. | |||||
* | Use correct type for old values. No binary change. | 2004-01-05 | 2 | -4/+4 | ||
| | | | | ok mickey@ miod@ | |||||
* | net.inet.carp.preempt is disabled by default. | 2004-01-02 | 1 | -2/+2 | ||
| | | | | Pointed out by david@ | |||||
* | Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2) | 2003-12-31 | 9 | -270/+463 | ||
| | | | | | | | | | in the libc rpc code. The main difference between this and the previous version is the use of a simple free list that simplifies the logic when adding a socket to svc_pollfd. I've also added code to pack svc_pollfd when the free list gets too big. The idea general idea is to keep svc_pollfd as tightly packed as possible to make poll(2) efficient. Tested by many people and OK deraadt@ | |||||
* | sync protos with <netdb.h>; | 2003-12-30 | 1 | -3/+3 | ||
| | | | | from Andrey Matveev; | |||||
* | Mention session ID; OK deraadt@ | 2003-12-28 | 1 | -1/+2 | ||
| |