| Commit message (Expand) | Author | Age | Files | Lines |
* | Very large style makeover. | markm | 2001-11-30 | 90 | -10634/+4938 |
* | o Move current inhabitants of kern.security to kern.security.bsd, so | rwatson | 2001-11-30 | 1 | -14/+16 |
* | o Improve consistency of style by fixing tabs around _PATH_AUTHCONF. | rwatson | 2001-11-30 | 1 | -1/+1 |
* | o Introduce _PATH_CAPABILITY and _PATH_CAPABILITY_DB to the system | rwatson | 2001-11-30 | 1 | -0/+2 |
* | Add a couple of minor changes. | iwasaki | 2001-11-30 | 1 | -2/+5 |
* | Use 'mkdir -p /.attribute/system' instead of breaking it into | rwatson | 2001-11-30 | 1 | -1/+1 |
* | Use 'mkdir -p /.attribute/system' instead of breaking it into | rwatson | 2001-11-30 | 1 | -1/+1 |
* | README.extattr incorrectly specified sample command lines for | rwatson | 2001-11-30 | 1 | -2/+2 |
* | Pay attention to failures to SIOCAIFADDR and SIOCDIFFADDR. | brian | 2001-11-30 | 1 | -25/+39 |
* | Don't provide an RTA_GATEWAY sockaddr when we write RTM_CHANGE messages | brian | 2001-11-30 | 1 | -6/+0 |
* | Add some DEBUG logging to tell us when interface addresses are being | brian | 2001-11-30 | 1 | -0/+14 |
* | During SIOCAIFADDR, if in_ifinit() fails and we've already added an | brian | 2001-11-30 | 1 | -24/+39 |
* | Merge NetBSD's changes from netbsd_strtod.c in preparation of | phantom | 2001-11-30 | 1 | -47/+54 |
* | cpuid bit 30 is 'IA64', for when you're running in i386 mode on an ia64 | peter | 2001-11-30 | 2 | -2/+2 |
* | Make the error messaging more helpful. | cjc | 2001-11-30 | 1 | -9/+11 |
* | - Make ip_rtaddr() global, and use it to look up the correct source | ru | 2001-11-30 | 5 | -42/+40 |
* | * Don't use critical_enter/critical_exit when accessing the VHPT - its | dfr | 2001-11-30 | 1 | -17/+21 |
* | Properly classify 0x80 - 0xa0 range | ache | 2001-11-30 | 1 | -5/+5 |
* | Spelling error: dependant -> dependent | logo | 2001-11-30 | 1 | -1/+1 |
* | Add 0x98 to CONTROL section | ache | 2001-11-30 | 1 | -1/+1 |
* | Back out my 'fix', resid is different for strategy than for write | alfred | 2001-11-30 | 1 | -2/+2 |
* | Implement several of the c99 updates to printf(3): | fenner | 2001-11-30 | 2 | -211/+458 |
* | Make the same fix for writes to RAW objects. | alfred | 2001-11-30 | 1 | -2/+2 |
* | write should return the number of bytes written, not 0 on success. | alfred | 2001-11-30 | 1 | -1/+1 |
* | Clarify isblank range | ache | 2001-11-30 | 1 | -0/+14 |
* | Start every data line with keyword | ache | 2001-11-30 | 1 | -8/+8 |
* | Cleanup: cosmetique, standards conformance, BLANK/SPACE/GRAPH relation | ache | 2001-11-30 | 15 | -110/+155 |
* | Clarify valid isspace() range | ache | 2001-11-30 | 1 | -8/+10 |
* | Clean DIGIT/XDIGIT sections | ache | 2001-11-30 | 8 | -16/+25 |
* | killall operates on all processes owned by the real uid, not the | bsd | 2001-11-30 | 1 | -2/+2 |
* | Per jlemon request, reintroduce some printf() when an | luigi | 2001-11-29 | 3 | -9/+24 |
* | Reword pciconf(8) -v release to be a little more useful (now that I | bmah | 2001-11-29 | 2 | -8/+14 |
* | New release notes: ciss driver, sbni driver. | bmah | 2001-11-29 | 4 | -0/+62 |
* | For i386 architecture, remove an expensive m_devget() (and the | luigi | 2001-11-29 | 2 | -62/+80 |
* | Fix pam_ssh by adding an IPv4or6 (evidently, this was broken by my last | green | 2001-11-29 | 1 | -0/+8 |
* | Bring release note on /dev/net into line with reality. | bmah | 2001-11-29 | 2 | -4/+4 |
* | Fold ANDREW_LOCKD into -current. | alfred | 2001-11-29 | 3 | -566/+1965 |
* | Note that stty is a utility and not... err... a program.... | green | 2001-11-29 | 1 | -1/+1 |
* | fix DIAGNOSTIC panic caused by proc/thread typo | gallatin | 2001-11-29 | 1 | -1/+1 |
* | Clarify that is[x]digit() class is the same in any locale | ache | 2001-11-29 | 2 | -17/+18 |
* | Fix a bug about CIS string comparison. Pccardd should be able to distinguish | iwasaki | 2001-11-29 | 1 | -0/+4 |
* | Duh. Back out most of my previous commit. It was mostly covered in the | cjc | 2001-11-29 | 1 | -9/+1 |
* | Fixed memory leak in dialog_gauge(3). | ru | 2001-11-29 | 1 | -0/+4 |
* | Oops, actually fix the namespace pollution for atoll() as the previous | bde | 2001-11-29 | 1 | -4/+4 |
* | Stty is a program, not a function. | green | 2001-11-29 | 1 | -1/+1 |
* | Bump p1003.1-90 to p1003.1-96. | green | 2001-11-29 | 1 | -1/+1 |
* | rename() can't guarantee "to" always exists if it didn't exist in the first | gshapiro | 2001-11-29 | 1 | -1/+3 |
* | Implement a more efficient way to assign addresses: read /etc/hosts | luigi | 2001-11-29 | 1 | -24/+42 |
* | Back out national digits support, POSIX explicetely disallows it: | ache | 2001-11-29 | 9 | -85/+87 |
* | After the long explanaition of how the inet_* functions interpret | cjc | 2001-11-29 | 1 | -0/+8 |