summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* another tcp apps IPv6 updates.(should be make world safe)shin2000-01-2748-860/+5707
| | | | | | | ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV Obtained from: KAME project
* Fixes for my mandoc braindamage.obrien2000-01-271-7/+19
| | | | Submitted by: sheldonh
* A cleaner fix to previous.mjacob2000-01-271-7/+10
| | | | Obtained from:bde@freebsd.org
* Forced commit; should be no changes except the $FreeBSD$ line. I'mpeter2000-01-270-0/+0
| | | | | forcing this because of hints of 'cvs wierdness' that might have caused the ppbus_if.m errors for a few folks.
* Re-worded the NetWare support following some notes from Boris.wes2000-01-271-3/+3
| | | | Submitted by: Boris Popov, mostly.
* Fix ctags from core dumping on alpha. Let the diffs out to review,mjacob2000-01-271-5/+9
| | | | but I timed out. Added FreeBSD CVS header.
* Quick fix for stack overflow when there are more than about 25 slices.bde2000-01-271-10/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using recursion to traverse the recursive data structure for extended partitions was never good, but when slice support was implemented in 1995, the recursion worked for the default maximum number of slices (32), and standard fdisk utilities didn't support creating more than the default number. Even then, corrupt extended partitions could cause endless recursion, because we attempt to check all slices, even ones which we don't turn into devices. The recursion has succumbed to creeping features. The stack requirements for each level had grown to 204 bytes on i386's. Most of the growth was caused by adding a 64-byte copy of the DOSpartition table to each frame. The kernel stack size has shrunk to about 5K on i386's. Most of the shrinkage was caused by the growth of `struct sigacts' by 2388 bytes to support 128 signals. Linux fdisk (a 1997 version at least) can now create 60 slices (4 standard ones, 56 for logical drives within extended partitions, and it seems to be leaving room to map the 4 BSD partitions on my test drive), and Linux (2.2.29 and 2.3.35 at least) now reports all these slices at boot time. The fix limits the recursion to 16 levels (4 + 16 slices) and recovers 32 bytes per level caused by gcc pessimizing for space. Switching to a static buffer doesn't cause any problems due to recursion, since the buffer is not passed down. Using a static buffer is wrong in general because it requires the giant lock to protect it. However, this problem is small compared with using a static buffer for dsname(). We sometimes neglect to copy the result of dsname() before sleeping. Also fixed slice names when we find more than MAX_SLICES (32) slices. The number of the last slice found was not passed passed recursively. The limit on the recursion now prevents finding more than 32 slices with a standard extended partition data structure anyway.
* Use a long line instead splitting a line with backslash-newline in synopsis.bde2000-01-271-2/+1
| | | | My synopsis checker doesn't understand backslash-newline.
* Fixed wrong includes in synopsis.bde2000-01-271-8/+11
| | | | | | | | | | | Updated date. 1987 was a while ago. Removed trailing comma in NAME section. Uncapitalised Bindresvport and Bindresvport_sa in DESCRIPTION section. Don't use .Nm there either. Added bindresvport_sa() to the RETURN VALUES and ERROR sections.
* Add control message ASCII conversion for this node type.archie2000-01-272-4/+62
|
* Add soft updates to the set of things being tagged. Syntax cleanup.mckusick2000-01-273-3/+6
|
* If we're in callback mode, don't forget this fact when webrian2000-01-271-0/+2
| | | | | | get into datalink_Down(). Submitted by: David Hedley <david@inty.co.uk>
* Actually ignore comments at the end of lines - broken with the commitbrian2000-01-271-1/+1
| | | | that made ppp *not* treat #s in quoted arguments as comments.
* Document the memory leak that is inherent in FreeBSD's semanticsarchie2000-01-261-0/+15
| | | | | | for getenv()/putenv(). PR: 10341 5604
* Fix catastrophic bug in NQNFS related to UDP mounts. The 'nqhost'dillon2000-01-262-26/+20
| | | | | | | | | | | | | | struct contains a major union for which lph_slp was being initialized only for TCP connections, but accessed for all types of connections leading to a crash. Also, a conditional controlling an nfs_slplock() call contained an improper paren grouping, causing a second crash in the UDP case. The nqhost structure has been reorganized and lph_slp has been made a normal structural field rather then a union field, and properly initialized for all connection types. Approved by: jkh
* handle simplex devices rightcg2000-01-261-1/+1
|
* Document the -X flag.archie2000-01-261-1/+8
|
* Add the -X flag to dump the buffer in "emacs-hexl" style,archie2000-01-261-30/+99
| | | | | | that is, with ASCII character decoding. Obtained from: OpenBSD
* Merge from PAO; Add new keywords for pccard.conf, auto and default.iwasaki2000-01-264-7/+92
| | | | | This will help importing pccard entries (and users :) from PAO into -CURRENT.
* Sigh. Really fix it this time. It seems the first time through thepeter2000-01-261-1/+4
| | | | | run it would modify the source tree, causing it to fail the second time around. Sigh.
* Fix world breakage (kdump, truss) causes by rev 1.107 (adding dev/usb).peter2000-01-261-1/+8
| | | | | | It was creating ${.OBJDIR}/${MACHINE}/usr/include/dev -> .../sys/dev and mkioctls would descend that and saw *all* of src/sys/dev/*/*.h, not just dev/usb/*.h. It then choked on the dpt includes.
* Add notes about NWFS client and NCP library for Boris.wes2000-01-261-0/+4
| | | | | Submitted by: Boris Popov Reviewed by: Brian Fundakowski Feldman
* Revision 1.3 is now taken care of in the base ncurses source.peter2000-01-261-7/+9
|
* Add the new version.c file for curses_version(3)peter2000-01-262-0/+2
|
* This commit was generated by cvs2svn to compensate for changes in r56639,peter2000-01-2685-1599/+4649
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import ncurses-5.0-release to update the 5.0-prerelease that we had.peter2000-01-2686-1601/+4657
| |
* | A few more touchups:rwatson2000-01-267-150/+197
| | | | | | | | | | | | | | | | | | - clean up unneeded AFS ID type - Add Coda, NTFS, NWFS ACL types - Add acl_dup() prototype - Remove acl_calc_mask, which belongs in the editing library - Introduce posix1e.3, a man page introducing POSIX.1e library calls (more man pages to follow)
* | Re-add vpo. I've just re-tested this in a 'make world' on a Decemberpeter2000-01-261-1/+1
| | | | | | | | | | | | | | | | | | vintage system, well before the ppbus changes. When I called it an "example" module, I meant as an example for the rest of the ppbus client drivers, not that it was worthless. I'll mail my 5.8MB world.log to anybody who doesn't believe me. Wrongly accused by: obrien
* | Removed 3rd arg from bindresvport_sa() call, because the 3rd arg have beenshin2000-01-261-2/+1
| | | | | | | | | | | | already removed. Specified by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>
* | Fix timestamp handling.des2000-01-261-5/+7
| | | | | | | | Submitted by: bde
* | Synced with sys/i386/isa/isa_compat.h and pcaudio.c revisions 1.26 andkato2000-01-262-33/+38
| | | | | | | | 1.58, respectively.
* | Synced with sys/i386/isa/npx.c rev 1.79.kato2000-01-261-10/+9
| |
* | Properly teardown the allocated and initialised stuff when an errorn_hibma2000-01-264-76/+86
| | | | | | | | | | | | | | | | occurs (OHCIwas already done for UHCI). Get rid of the usbus variable. It is confusing. Align uhci_pci.c and ohci_pci.c again.
* | Improved English in the messages printed by diskerr().bde2000-01-261-16/+15
| | | | | | | | Fixed some formatting bugs.
* | Don't set ivars until we checked the return value from device_add_child.n_hibma2000-01-264-4/+4
| |
* | bindresvport related changesshin2000-01-265-76/+139
| | | | | | | | | | | | | | | | | | | | -changed bindresvport2 to bindresvport_sa -merged the man into bindresvport.3 All discussion between Jean-Luc Richier <Jean-Luc.Richier@imag.fr>, Theo de Raadt <deraadt@cvs.openbsd.org>, itojun, is reflected to this code. (Actually Theo de Raadt write the code simultaneously as the discussion change.)
* | Add commentsn_hibma2000-01-261-6/+27
| |
* | Fix getaddrinfo() behaviour to be more compliant with RFC2553. Patches areshin2000-01-261-116/+17
| | | | | | | | | | | | | | | | | | | | | | | | obtained from itojun. -don't filter address families which are not supported by system at FQDN resolving. -don't do reverse lookup I think I checked all lib and tools which use getaddrinfo() if this change affect them. Obtained from: KAME project
* | Use a more conventional copyright message.peter2000-01-261-9/+14
| |
* | Minor fixes to library interface to improve POSIX.1e compliance. Thisrwatson2000-01-2619-161/+139
| | | | | | | | | | | | | | | | | | | | adds _np to a couple of function prototypes that provided more broad/useful interfaces than POSIX.1e interfaces included. Also, move from using a heuristic to identify POSIX.1e-semantic ACLs to using different ACL types for non-POSIX.1e ACLs. This should clean up the existing fuzzy logic that determined when acl_sort() should be applied before kernel submission.
* | Remove `vpo' with a vengeance -- "EXAMPLE" modules have *NO* businessobrien2000-01-261-1/+1
| | | | | | | | | | | | being hooked up to the build system, *COMPILABLE WORKING* modules do. Not `make' tested by: Peter
* | Correctly initialise the available IRQ numbers in the APIC_IO case.msmith2000-01-264-36/+48
| | | | | | | | | | | | | | IRQ 2 was being unilaterally disallowed, which is only appropriate if the interrupt hardware is the traditional chained PIC arrangement. Reviewed by: tegge (in principle)
* | Don't use ATM on the alpha - it #errors out.brian2000-01-261-1/+5
| | | | | | | | Pointed out by: jdp
* | if_tun is out of here -- it can come back with it stops breaking theobrien2000-01-261-2/+2
| | | | | | | | Alpha build.
* | The ppc driver has moved to sys/isa.dfr2000-01-252-2235/+0
| |
* | Get the ppc driver from sys/isa instead of sys/i386/isa.dfr2000-01-251-1/+1
| |
* | Make this lot build on alpha.dfr2000-01-253-4/+6
| |
* | * Don't use ivars to access resources, bus_set/get_resource is much better.dfr2000-01-252-20/+52
| | | | | | | | * First approximation of making this work on alpha (not working yet).
* | Convert pca driver to newbus and add PnP ids.dfr2000-01-252-24/+35
| |
* | Use device_printf() instead of device_print_prettyname().dfr2000-01-253-30/+27
| |
OpenPOWER on IntegriCloud