summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add hi_IN.ISCII-DEVache2001-11-2813-0/+391
|
* Don't ever assume that isdigit() is always subset of isxdigit()ache2001-11-287-7/+7
|
* Fix typoache2001-11-281-1/+1
|
* Add tip breakage workaround.imp2001-11-281-1/+5
|
* Use stricter tests to disallow national digits > 9ache2001-11-281-14/+14
| | | | Optimize national digits code a bit
* Allow national (non-ASCII) digitsache2001-11-281-55/+53
|
* Synch with minor changes in the ACPI CA 20011120 snapshot.msmith2001-11-285-13/+13
|
* Merge local changes.msmith2001-11-289-440/+575
| | | | | Add a fix for a minor error in the PCI routing table creation handler where the correct size for the buffer is not returned.
* My recent changes to add the ctl_renametf routine assumed that print jobgad2001-11-282-21/+38
| | | | | | | | | | | control-files will always start with 'cfA*'. It turns out that some implementations of lpd (such as solaris) may send a control file which starts with 'cfB*', or really 'cf<anyLetter>*'. Although such filenames are very odd, we did used to accept them. This changes ctl_renametf to work correctly with them, and fixes up 'lpc clean' to match. PR: bin/32183 MFC after: 10 days
* This commit was generated by cvs2svn to compensate for changes in r87031,msmith2001-11-2889-3982/+3280
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of the Intel ACPI CA 20011120 snapshot.msmith2001-11-2897-4422/+3853
| |
* | Make sure the security check output includes a To: line in thesilby2001-11-282-3/+1
| | | | | | | | same way the daily run output does.
* | Allow national (non-ASCII) digitsache2001-11-281-23/+23
| |
* | Implement strtoimax() and strtoumax()fenner2001-11-285-42/+337
| |
* | Also mention "long long" in synopsis.fenner2001-11-281-1/+1
| |
* | Return a more meaningful errno when the length of the interpreterjwd2001-11-283-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | exceeds MAXSHELLCMDLEN to avoid secondary /bin/sh execution. Update execve man page to reflect change. Increase MAXSHELLCMDLEN to a slightly more meaningful value. PR: kern/32106 Submitted by: b@etek.chalmers.se Reviewed by: bsd MFC after: 2 weeks
* | Dont print the sysctl node tree unless you're root.peter2001-11-281-0/+5
| | | | | | | | Found by: jkb (Yahoo OS troublemaker)
* | Base 36 is allowed.fenner2001-11-284-4/+4
| |
* | Change to using my custom sparc64 binutils.obrien2001-11-281-8/+10
| |
* | Whitespace formattingache2001-11-281-1/+2
| |
* | Put back base > 35 check. If someone dislike it, plese discuss it withache2001-11-284-4/+4
| | | | | | | | standards group first.
* | Fix just added atoll prototypeache2001-11-281-1/+1
| |
* | Clean up some of the gross macros whitespace wise before I fix the asmjhb2001-11-281-20/+22
| | | | | | | | constraints.
* | Add atoll(3) to conform POSIX and C99ache2001-11-284-2/+70
| |
* | Understand national (non-ASCII) digits nowache2001-11-286-56/+42
| | | | | | | | | | Allow bases >=36 again Misc cleanup
* | Add safeguard to prevent charmap symbol length overflowingache2001-11-271-0/+2
| |
* | Add hi_IN.ISCII-DEVache2001-11-272-0/+6
| |
* | Support the 'ciss' device node.msmith2001-11-271-0/+5
| | | | | | | | MFC after: 1 week
* | Move extern definitions to common.hache2001-11-273-4/+13
| | | | | | | | Increase charmap symbol length to 64
* | Add the 'ciss' driver, which supports the Compaq SmartRAID 5* family ofmsmith2001-11-279-0/+4643
| | | | | | | | | | | | | | | | | | RAID controllers (5300, 532, 5i, etc.) Thanks to Compaq and Yahoo! for support during the development of this driver. MFC after: 1 week
* | Remeber to set the permissions on an md-backed /tmp to 01777, rather thanrwatson2001-11-275-0/+5
| | | | | | | | using the default of 0755.
* | Mention entropy_dir="NO" in diskless.8, since /var is an md-backedrwatson2001-11-271-0/+7
| | | | | | | | file system and as such will not preserve its contents across boot.
* | Remove GEMDOS support from msdosfs. I don't think anyone is going tojhb2001-11-272-130/+0
| | | | | | | | port FreeBSD to Atari machines any time soon.
* | Use 'mov' instead of 'lea' for setting the syscall number in %eax as thatjhb2001-11-2713-21/+21
| | | | | | | | | | | | is clearer about what we are actually doing. Requested by: bde
* | Update diskless.8 to refer to 'device md' instead of 'options MFS'; inrwatson2001-11-271-3/+3
| | | | | | | | | | -CURRENT, md devices with FFS on top are used in the diskless boot process instead of MFS.
* | Document the "console" setting in loader.conf, suggesting vidconsolerwatson2001-11-271-0/+6
| | | | | | | | or comconsole.
* | ipfw_modevent(): Don't use an unnatural block to define a variabledd2001-11-271-3/+0
| | | | | | | | | | | | | | (fcp) that's already defined in the outer block and isn't used anywhere else. This silences -Wunused. Reviewed by: md5(1)
* | Remove debugging printfs that weren't conditional on any debuggingdd2001-11-271-2/+0
| | | | | | | | options in handling MOD_{UN,}LOAD (they weren't very useful, anyway).
* | Make the default kernel prefix "kernel:" instead of the boot file,dd2001-11-272-4/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | with the old behavior available via the -o option (it might still be useful if one has many kernels and cares which messages came from which). If the boot file is not used as the prefix, it is still logged once at startup. This change is prompted by the fact that the boot file is now much longer ("/boot/kernel/kernel" vs. "/kernel"), which significanlty bloats the syslogd output. Reviewed by: peter
* | In icmp_reflect(): If the packet was not addressed to us and wasdd2001-11-271-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | received on an interface without an IP address, try to find a non-loopback AF_INET address to use. If that fails, drop it. Previously, we used the address at the top of the in_ifaddrhead list, which didn't make much sense, and would cause a panic if there were no AF_INET addresses configured on the system. PR: 29337, 30524 Reviewed by: ru, jlemon Obtained from: NetBSD
* | Implement a "kill" DDB command which is an interface to psignal() thatdd2001-11-271-0/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | respects locks. Before SMPng, one was able to call psignal() using the "call" command, but this is no longer possible because it does not respect locks by itself. This is very useful when one has gotten their machine into a state where it is impossible to spawn ps/kill or su to root. In this case, respecting locks essentially means trying to aquire the proc lock before calling psignal(). We can't block in the debugger, so if trylock fails, the operation fails. This also means that we can't use pfind(), since that will attempt to lock the process for us. Reviewed by: jhb
* | Fix the example of suggested default settings. It stated that settingssheldonh2001-11-271-1/+1
| | | | | | | | | | | | were only of benefit to large filesystems, which recent research suggests is not the case, and which the original author of the text no longer endorses.
* | Make extattrctl WARNS?=2-safe:jedgar2001-11-272-8/+7
| | | | | | | | | | | | | | | | | | | | o remove extraneous extern's o prototype functions o combine multiple return (0)'s into a single return (0) at the end of main() Approved by: rwatson Obtained from: TrustedBSD Project
* | The fxp driver depends on device miibus now.jdp2001-11-271-0/+1
| |
* | Add include of net/route.h, as structures moved around due to therwatson2001-11-271-0/+1
| | | | | | | | | | syncache rely on 'struct route' being defined. This fixes the LINT build some.
* | s/Kenned y/Kennedy/phk2001-11-271-1/+1
| | | | | | | | Pointed out by: $a_lot_of_people
* | Correct the example introduced in rev 1.29, which suggested a block:fragsheldonh2001-11-271-4/+4
| | | | | | | | | | | | | | | | | | | | | | size ratio other than 8:1. Currently, we only recommend an 8:1 ratio, because the impact of others ratios has not been adequately investigated. Also, do not recommend the use of the -c option in the example, since newfs now automatically calculates the best cyl:cylgrp ratio. This change was discussed with the author of rev 1.29.
* | This string of coincidences was too good to let pass.phk2001-11-271-0/+22
| | | | | | | | Obtained from: BBC World Service on 9410kHz
* | Fix a bug in the driver -- under load, the receive unit could becomeluigi2001-11-272-14/+13
| | | | | | | | | | | | | | | | | | idle and the driver would not detect the event, requiring userland to cycle the interface to bring it up again. The fix consists in adding SIS_IMR_RX_IDLE to the interrupt mask and add a command in sis_intr() to restart the receiver when this happens. While at it, make the test of status bits more efficient.
* | CFLAGS is not suitable for `optimize' thing; it spams Config.pmru2001-11-271-2/+2
| | | | | | | | | | | | | | | | | | with -nostdinc which breaks Perl ports building. This change will be re-applied if BDE agrees on having COPTFLAGS in userland. PR: bin/31877
OpenPOWER on IntegriCloud