summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove more instances of passing arrays by address when they shouldjkh1996-12-051-7/+7
| | | | | have simply been passed as arrays. In some cases, casts had even been added to remove the warnings generated by such misuse! Aieee!
* Eliminate 3 more examples of gratutiously passing arrays by address.jkh1996-12-051-3/+3
| | | | | Everyone please call ParaSoft today and say "I will buy 57 copies of Insure++ tomorrow, but first I want a FreeBSD version." :-)
* sethostname() returns int, not long. I could get used to having thisjkh1996-12-051-2/+2
| | | | | | | copy of insure++, too bad the runtime only works for BSD/OS. :-( Maybe they'll be so impressed by my initial 15 entry bug report for it that they'll take the FreeBSD version more seriously. :-) :-)
* _key is a char array and we don't need to pass its address to _buildkey()jkh1996-12-051-1/+1
| | | | when buildkey is expecting a char *.
* gethostname() returns int, not long. Answered my own question byjkh1996-12-051-1/+1
| | | | | RTFM'ing. Either both the header files and the man pages are wrong or this code is, and I'll take the majority decision. :-)
* make u_char * -> char * conversion explicit.jkh1996-12-051-1/+1
| | | | Found-By: insight's "insure++" tool.
* Remove one space to produce the same output alignmentache1996-12-051-3/+3
| | | | like in who, rwho, w, etc.
* Adjust line to not overflow 80 cols (result of recent utmp changes)ache1996-12-051-8/+8
|
* Use UT_* contstants when possible instead of harcoded 8ache1996-12-051-8/+9
| | | | 2.2 candidate
* Increase username field to reflect utmp changesache1996-12-051-1/+1
|
* Fix compiler warning: /* inside commentache1996-12-051-1/+1
| | | | 2.2 candidate
* Merge the changes made to the en version (1.47 -> 1.51).max1996-12-051-12/+15
|
* Fixed handling of modem status changes. Only the most common case ofbde1996-12-053-24/+69
| | | | | connect/hangup in !CLOCAL mode was handled correctly. mgetty and ppp didn't work because they turn on CLOCAL and poll for carrier (or RI?).
* Merge the changes made to the en version (1.20 -> 1.21).max1996-12-051-3/+5
|
* Add ports-vietnamese, delete ports-distfiles.asami1996-12-054-23/+12
|
* Update to match reality. New __FreeBSD_version values for post 2.1.5Rasami1996-12-051-4/+9
| | | | releases, example for MASTER_SITE_XCONTRIB and such.
* Add ports-vietnamese. While I'm here, comment out ports-distfiles,asami1996-12-051-1/+4
| | | | which has been discontinued indefinitely.
* Directories for Japanese manpages. Definite 2.2 candidate, as it will beasami1996-12-051-1/+43
| | | | used for the "Japanese manpages port" coming soon.
* Clean-up of the new buffer kva allocation code. Also, there was andyson1996-12-054-15/+20
| | | | error in the !BOUNCE_BUFFERS case.
* Merge the changes made to the en version (1.161 -> 1.162).max1996-12-051-2/+3
|
* *Ahem*. Plexstor, not plasmon.jkh1996-12-051-2/+2
| | | | Spotted-By: Someone from Japan who's name I now forget (sorry!).
* Better fix for the previous overflow problem using the code fromnate1996-12-051-2/+2
| | | | | | ogetrlimit(). Suggested by: bde
* Added Miguel Angel Sagreras <msagre@cactus.fi.uba.ar> for his ibcs2 patches.nate1996-12-051-1/+2
|
* 'ulimit' can overflow the int return value, so avoid the overflow bynate1996-12-051-1/+2
| | | | | | subtracting one if ulimit returns -1. Submitted by: Miguel Angel Sagreras <msagre@cactus.fi.uba.ar>
* Fixed an off by 1 error in unix2dostime(). The first day of each monthbde1996-12-042-4/+4
| | | | | was converted to the last day of the previous month. This bug was introduced in the optimizations in rev.1.4.
* Bump maximum username length to 16 characters. This brings us intojkh1996-12-043-5/+5
| | | | | | | | | | | line with BSD/OS and Linux's username limits, making transitioning from either operating system a lot easier than it is now. I'm currently running with this change on my system, as are several others, and have experienced no ill effects. This is not for 2.2! This needs to get shaken out longer term in 3.0. Previously-approved-by: davidg
* Fix syntax error loc->docache1996-12-041-1/+1
|
* Merge changes made to the en version (1.160 -> 1.161).max1996-12-041-2/+3
|
* First cut at adding a little bit about the ports framework's dir structure.obrien1996-12-041-0/+6
|
* Added Pedro Giffuni to the contributor's section for his two ports:obrien1996-12-041-1/+2
| | | | | CIM Simula Compiler using C Isearch A text search Engine from CNIDR (to be commited later)
* Optimize by changing "sort | uniq" -> "sort -u". "make index" is nowasami1996-12-041-6/+6
| | | | | | 412 secs instead of 498 secs on my machine! Submitted by: fenner
* Syncronize.asami1996-12-046-98/+176
| | | | Submitted by: The FreeBSD(98) Development Team
* Replace sbic driver (WD33C93 SCSI card driver) with new bs driver.asami1996-12-0423-3709/+6115
| | | | | Submitted by: The FreeBSD(98) Development Team Obtained from: NetBSD/pc98 based on NetBSD 1.2
* Synchronize with the RELENG_2_2 branch.asami1996-12-0431-459/+861
| | | | | | Definite 2.2 candidate. Submitted by: The FreeBSD(98) Development Team
* Remove a self referential xref, and add an xref for modload.mpp1996-12-041-3/+3
| | | | Closes PR# 2104.
* Use the predefined entities for a couple of mailing lists.mpp1996-12-031-4/+4
|
* Remove some garbage text from the man page.mpp1996-12-031-1/+0
| | | | | | Closes PR# 1971. Submitted by: Lydon Nerenberg
* The semget man page uses the incorect symbol for altermpp1996-12-031-7/+7
| | | | | | access. Closes PR# 1712. Submitted by: Kent Vander Velden
* Merge the changes in the en version (1.159 -> 1.160).max1996-12-031-2/+3
|
* Added support for '-T' and '-B' (text and binary) file recognition bynate1996-12-032-2/+43
| | | | | | | | peeking inside of Chris Torek's stdio library internals. This is similar to the code used for other systems, but didn't work on CT's new implementation. Submitted by: Gary Kline <kline@tera.com>
* Added my 'ddial' patches to user-PPP. The new mode tries it's darndestnate1996-12-036-16/+52
| | | | | | | to keep the link up, so it re-dials whenever it detects the link go down. This is useful for 'dedicated' links who use PPP. It's been used for over a year w/out problems at different sites.
* Add support for detecting and hopefully using the passwd.adjunct.bynamewpaul1996-12-031-13/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | NIS map which is present on SunOS NIS servers with the SunOS C2 security hack^Woption installed. I'm convinced that the C2 security option restricts access to the passwd.adjunct.byname map in the same way that I restrict access to the master.passwd.{byname,buid} maps (checking for reserved ports), which means that we should be able to handle passwd.adjunct.byname map correctly. If _havemaster() doesn't find a master.passwd.byname map, it will now test for a passwd.adjunct.byname map before defaulting back to the standard non-shadowed passwd.{byname,byuid} maps. If _pw_breakout_yp() sees that the adjunct map was found and the password from the standard maps starts with ##, it will try to grab the correct password field from the adjunct map. As with the master.passwd maps, this only happens if the caller is root, so the shadowing feature is preserved; non-root users just get back ##username as the encrypted password. Note that all we do is grab the second field from the passwd.adjunct.byname entry, which is designated to be the real encrypted password. There are other auditing fields in the entry but they aren't of much use to us. Also switched back to using yp_order() to probe for the maps (instead of yp_first()). The original problem with yp_order() was that it barfed with NIS+ servers in YP compat mode since they don't support the YPPROC_ORDER procedure. This condition is handled a bit more gracefully in yplib now: we can detect the error and just punt on the probing.
* Clear the busfree interrupt when one occurs, after a SELTO, or a bus reset.gibbs1996-12-031-6/+13
|
* Re-enable reselections as the first thing after we see a bus free. We seemgibbs1996-12-031-10/+8
| | | | | | to miss reselections from some devices and since the reselection response timeout is only 200ns, enabling reselections too late may be the cause of our problem.
* PR kern/2141:phk1996-12-032-2/+4
| | | | | | | | | | | function ed_attach_NE2000_pci() in if_ed.c passes an uninitialized block of memory (got with malloc()) to ed_attach. This prevents a proper initialization of the device descriptor and in my case causes a panic during the probe, while printing out device info. Reviewed by: phk Submitted by: Luigi Rizzo <luigi@iet.unipi.it>
* Added FURUSAWA Kazuhisa for his port of xloadface.obrien1996-12-031-1/+2
|
* Remove file that we don't have any way of using. We don't have the otherpeter1996-12-031-320/+0
| | | | Makefiles for other OS's in our tree that this uses when not using bmake.
* Remove file no longer shipped with sendmailpeter1996-12-031-305/+0
|
* Remove defunct files that are no longer shipped (and don't work with thispeter1996-12-032-739/+0
| | | | version of sendmail any more)
* Back out rev 1.6, it's in the official source now (a few lines up)peter1996-12-031-1/+0
|
OpenPOWER on IntegriCloud