summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* if the feeder chain returned no data, do not try to acquire the data.cg2001-04-081-1/+2
|
* From the author:markm2001-04-081-0/+1
| | | | | Fix a bug when the return values from the overridden sub were lost during the first invocation.
* The maximum RPC message size was set at 8k for UDP. This is loweriedowse2001-04-081-5/+6
| | | | | | | | | | | | | | | than the default buffer size in the old RPC code (8800 bytes), and it could not be overriden by the application. This caused problems with CFS (/usr/port/security/cfs). Change this default back to UDPMSGSIZE (8800 bytes), but more importantly, allow applications to use larger message sizes for all protocols if desired. Choose an arbitrary maximum message size of 256k instead of using the default as the maximum (which is silly). Reported by: ache Reviewed by: alfred, Martin Blapp <mb@imp.ch>
* Mention that locks are inherited across an exec.dd2001-04-081-0/+6
| | | | | PR: 24802 Submitted by: Kenneth Ingham <ingham@i-pi.com>
* wd0 -> ad0dd2001-04-082-4/+4
| | | | | PR: 26343 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
* insert a magical second memory barrier prior to calling draina() ingallatin2001-04-081-0/+1
| | | | | | | | | badaddr_read(). This fixes 'machine check in pal mode' halts on ev5 2100As. MFC candidate -- after spending 6 hours tracking this down, I checked and discovered that it has been in NetBSD for over a year, so it should be safe for MFC into 4.3-RELEASE
* Install links to extattr_(get|set|delete)_fd.2 (from extattr_get_file.2).dd2001-04-081-2/+5
|
* New release notes: Fix IPFilter fragment cache, libposix1e integrationbmah2001-04-082-2/+10
| | | | | | into libc. Note default root partition for alpha is now 120MB.
* Fix a precedence bug. ! has higher precedence than &.jake2001-04-081-1/+1
|
* Add yet another chip revision of the ES1371 which requires initialisationgreid2001-04-081-1/+2
| | | | | | | | delays PR: 26415 Submitted by: Jose M. Alcaide <jose@we.lc.ehu.es> Reviewed by: cg
* no longer needed now that we are able to build cdboot from sources againgallatin2001-04-081-1554/+0
|
* build cdboot from sources now that the cd9660 fs support worksgallatin2001-04-071-5/+4
| | | | MFC candidate
* fix cd9660 to work on files larger than ISO_DEFAULT_BLOCK_SIZE and unbreakgallatin2001-04-071-3/+4
| | | | | | cdboot on alphas (which has been broken since just after 4.0-RELEASE) submitted by: jlemon
* Use getopt instead of a home grown onen_hibma2001-04-072-167/+139
| | | | Submitted by: DES
* Add id for the IO Data ET/Tn_hibma2001-04-071-0/+1
| | | | | PR: 23877 Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
* Let pseudofs into the warmth of the FreeBSD CVS repo.des2001-04-076-0/+1289
| | | | | | | | | | | It's not finished yet (I still have to find a way to implement process- dependent nodes without consuming too much memory, and the permission system needs tightening up), but it's becoming hard to work on without a repo (I've accidentally almost nuked it once already), and it works (except for the lack of process-dependent nodes, that is). I was supposed to commit this a week ago, but timed out waiting for jkh to reply to some questions I had. Pass him a spoonful of bad karma :)
* If the server's reply to the SIZE command is unparseable, reset us->sizedes2001-04-071-0/+1
| | | | to -1 so the caller will know it's invalid. This is an MFC candidate.
* Quieten when re-triggering.orion2001-04-071-0/+4
|
* Don't make fsck go quite _that_ fast:phk2001-04-071-1/+3
| | | | In Preen mode we only checked one partition per disk device.
* Remove tsess for now.brian2001-04-071-2/+0
| | | | This (and sess) may come back shortly.
* beforeinstall -> SCRIPTS.ru2001-04-0746-313/+116
|
* Update documentation in line with what the code doesbrian2001-04-071-9/+1
| | | | | | PR: 25435 Submitted by: dd Forgotten by: mckusick
* Introduce SCRIPTS for bsd.prog.mk. See bsd.README for details.ru2001-04-072-2/+34
| | | | | | Idea stolen from NetBSD. Reviewed by: bde
* Typo ("no not" -> "do not")billf2001-04-071-1/+1
| | | | Submitted by: Dave McKay <monk@sneakerz.org>
* Reorder the Alpha cut-out list to match the order in the GENERIC kernel.obrien2001-04-075-85/+90
|
* The sess column went away last December with v1.26 of keyword.cbrian2001-04-071-1/+1
| | | | | | Remove it from ``jfmt''. Forgotten by: mckusick
* Strip comments from the MFSROOT's /stand/etc files.obrien2001-04-071-2/+8
|
* Blow away all the help files on the MFSROOT for the Alpha.obrien2001-04-071-0/+3
| | | | | Someone did something that really blew up the size of the crunchgen'ed sysinstall+friends.
* use correct contants (from net/ethernet.h)alfred2001-04-061-2/+2
| | | | | | | ETHER_TYPE_LEN instead of sizeof(u_int16_t) when looking at an ethernet header ETHERTYPE_IP instead of 0x800
* replace hardcoded 1518 with ETHER_MAX_LENalfred2001-04-061-1/+1
|
* Add a new ddb command 'show pcpu' which lists some of the per-cpu data.jhb2001-04-062-2/+90
| | | | | | | | Specifically, the cpuid, curproc, curpcb, npxproc, and idleproc members. Also, if witness is compiled into the kernel, then a list of all the spin locks held by this CPU is displayed. By default the information for the current CPU is displayed, but a decimal cpu id may be specified as a parameter to obtain information on a specific CPU.
* - Split out the functionality of displaying the contents of a single lockjhb2001-04-062-21/+53
| | | | | | | | list into a public witness_list_locks() function. Call this function twice in witness_list() instead of using an evil goto. - Adjust the 'show locks' command to take an optional parameter which specifies the pid of a process to list the locks of. By default the locks held by the current process are displayed.
* Add ATA66 and ATA100 mode support for Acer chipsets.sos2001-04-061-4/+47
| | | | MFC candidate :)
* Correct a bug in rev 1.589. The `make obj' that was removed forobrien2001-04-061-0/+1
| | | | sysinstall was also effectively a `make obj' for src/release.
* Merge tzdata2001b from vendor branch.wollman2001-04-067-244/+653
|
* This commit was generated by cvs2svn to compensate for changes in r75264,wollman2001-04-063-52/+114
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Latest timezone database form Arthur Olson. This update includes changeswollman2001-04-0611-297/+770
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to the following locations: Antarctica Australia (additional historical comments) Bangladesh (new spelling of Dhaka) Brazil (multiple changes; America/Porto_Acre renamed America/Rio_Branco) CNMI Canada Chile Dominican Republic East Timor Falkland Islands Fiji France (additional history) Guam Israel (additional historical comments) Latvia Mexico Moldova (Europe/Tiraspol removed) Netherlands (additional history) Paraguay Philippines (additional history) Tonga United States (additional historical comments) Obtained from: Arthur Olson; <ftp://elsie.nci.nih.gov/pub/tzdata2001b.tar.gz>
* | Clean up telnet's argument processing a bit. autologin and encryption isnsayer2001-04-064-68/+46
| | | | | | | | | | | | | | now the default, so ignore the arguments that turn it on. Add a new -y argument to turn off encryption in case someone wants to do that. Sync these changes with the man page (including removing the now obsolete statement about availability only in the US and Canada).
* | fix security hole created by fragment cachedarrenr2001-04-0610-20/+72
| |
* | Execute this script in a "C" locale environment.ru2001-04-061-0/+2
| | | | | | | | | | | | | | Currently, cs_CZ.ISO_8859-2 locale's collation sequence is broken, and this caused grep(1) to skip some include files. Reported by: Michal Mertl <mime@traveller.cz>
* | Do not log every potential exploit attempt since a denial-of-servicejedgar2001-04-061-10/+1
| | | | | | | | may result.
* | - Correct off-by-one error and buffer underflow from previous fixjedgar2001-04-061-5/+5
| | | | | | | | | | | | - int -> unsigned char fixes Submitted by: ache, dillon, Mark Andrews, et.al. (on -security)
* | Axe the per-cpu variable witness_spin_check as it was replaced by thejhb2001-04-065-7/+0
| | | | | | | | per-cpu spinlocks list.
* | pipe/queue are the only consumers of flow_id, so only set it in those casesbillf2001-04-061-1/+1
| |
* | Label the OpenSSH section, then add a small explanation for the existencegreen2001-04-061-0/+2
| | | | | | | | | | | | | | of the non-typo "csshd" service. Prodded by: markm Reviewed by: markm, dwhite, rwatson
* | Make sure the euid is restored in an obscure error situation.gad2001-04-061-3/+4
| | | | | | | | Submitted by: J Wunsch <j@ida.interface-business.de> in freebsd-audit
* | It's possible to kldload netgraph (as well as the other ng_* bits),brian2001-04-051-2/+2
| | | | | | | | so do it if required.
* | Don't need to preload the `vn' KLD anymore as we use `md' for releaseobrien2001-04-051-1/+0
| | | | | | | | building.
* | Bump the default / size up another 10MB to 120MB.obrien2001-04-052-2/+2
| | | | | | | | Requested by: jhb
* | Remove -Wall. It breaks compiling with non-gcc compilers.obrien2001-04-051-1/+1
| |
OpenPOWER on IntegriCloud