summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r54820,peter1999-12-192-0/+383
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import fparseln(3) from NetBSD. It's used for easily dealing with \peter1999-12-192-0/+383
| | | | | | | | escaped lines etc. (used by mailwrapper)
* | - Supported the bd_getbigeom function and use this function to get BIOSnyan1999-12-193-350/+26
| | | | | | | | | | | | | | geometry. - Use i386/libi386/bootinfo.c instead of pc98/libpc98/bootinfo.c. Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
* | This commit was generated by cvs2svn to compensate for changes in r54816,peter1999-12-196-0/+435
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import NetBSD's mailwrapper to redirect /usr/sbin/sendmail to the user'speter1999-12-196-0/+435
| | | | | | | | | | | | chosen mailer. Obtained from: NetBSD
| * Import NetBSD if_de driver as at rev 1.86 (990809) to vendor branch.peter1999-08-082-16/+103
| |
| * This commit was manufactured by cvs2svn to create branch 'NETBSD'.cvs2svn1999-03-283-0/+83
| |
| * Update if_de driver from NetBSD as at rev 1.82 - import to vendor branch.peter1999-03-141-17/+19
| |
| * Import the if_de driver from NetBSD-current as of yesterday onto thepeter1998-10-122-55/+89
| | | | | | | | | | | | | | vendor branch. This isn't visible anywhere unless the changes are merged into the 3.0 mainline or the 2.2 branch. There are a number of important bugfixes here, but I'm waiting on a go/no-go from Jordan as to whether or not to risk it before 3.0.
* | Don't ignore return value from tsleep().phk1999-12-191-1/+3
| | | | | | | | Spotted by: charnier
* | Remove all vestiges of /usr programs (awk, sed, grep...) from MAKEDEV.green1999-12-191-85/+128
| | | | | | | | | | | | | | | | | | | | | | | | MAKEDEV can now run (with /sbin/chown and /bin/chgrp, still) without any /usr. The default PATH for MAKEDEV is now "/sbin:/bin" to prevent against further spammage of /usr programs in MAKEDEV. In the event of an emergency, the variable "MAKEDEVPATH" can be used to replace PATH, but I don't know what that emergency could be. Let me know if you have any problems. I've tested it as well as I could, which basically means everything except for RocketPorts. Reviewed in principle by: peter
* | Use symbolic values rather than constants in TARGET_DEFAULT.obrien1999-12-192-2/+4
| | | | | | | | Submitted by: bde on -current
* | o Hide pcic_chip functions inside fileimp1999-12-193-89/+28
| | | | | | | | | | | | o Attach children in a better way than before. o Remove some dead code o collapse the socket attach routines into pcic_attach
* | MFC: can't stop tweaking this compulsively.jkh1999-12-193-3/+30
| |
* | cosmetics missed in last commit.jkh1999-12-193-42/+87
| |
* | Use a unified CPP_SPEC.obrien1999-12-194-21/+12
| |
* | More cosmetic surgery and a nasty null pointer bug in index.c fixed.jkh1999-12-199-103/+172
| |
* | Allow LINT to build again.green1999-12-193-24/+30
| | | | | | | | | | The wd(4) family had to be disabled; wd(4) and ata(4) are mutually exclusive, even at link level.
* | Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-1950-23/+1802
| | | | | | | | | | | | | | calls, vnops, vfsops, both in /kern, and to individual file systems that require a vfsop_ array entry. Reviewed by: eivind
* | First pass commit to introduce new ACL and Extended Attribute system calls.rwatson1999-12-191-0/+12
| | | | | | | | | | | | | | The second pass commit with all the supporting code will happen shortly afterwards. Reviewed by: eivind
* | i82365_isasubr is gone, remove from building module.imp1999-12-191-1/+1
| |
* | Be paranoid about refreshing after an action.jkh1999-12-192-4/+2
| |
* | M_PREPEND-related cleanups (unregisterifying struct mbuf *s).green1999-12-1914-29/+21
| |
* | I've been style(9)izing mbuf.h and making the macros more resilientgreen1999-12-191-79/+116
| | | | | | | | | | | | | | with guidance from EE. This is as far as I'm going without using inline functions. Reviewed by: eivind
* | -Wall fixes.billf1999-12-1911-173/+300
| | | | | | | | XXX: This code is sick, and so are some of the "fixes".
* | Fix a broken macro usage. It had no semicolon.green1999-12-181-1/+1
| | | | | | | | Noticed by: eivind
* | Since VOP_LOCK can be used to up and downgrade locks, it is not possibleeivind1999-12-181-1/+1
| | | | | | | | | | to say anything about the lockstate before and after it. Thus, change the lockspec from U L U to ? ? ?.
* | Do NOT unlock dvp if LOCKPARENT && vp == dvp. Does not affect any codeeivind1999-12-181-1/+2
| | | | | | | | presently in the tree.
* | make vibra16x cards announce what they are in /dev/sndstatcg1999-12-183-6/+9
| |
* | fix the buffer repetition on ^c problemcg1999-12-181-12/+9
| |
* | make the vibra16x work for playback at least, record is untestedcg1999-12-185-45/+75
| |
* | Correct the documentation of LOCKPARENT - it does not reliably result in theeivind1999-12-181-2/+10
| | | | | | | | | | | | | | parent being locked, but rather plays some hide and seek (does not lock if dvp == vp). Also add a BUGS section noting that this is undesired behaviour.
* | Relax the requirements for doing WDMA2, this should enable DMAsos1999-12-183-27/+27
| | | | | | | | | | | | on non ATA[234] compliant disks. Move all PCI dependent stuff under #ifdef NPCI > 0
* | Woops, I'm so sorry I forgot this! From the last mbuf.h change:green1999-12-181-2/+2
| | | | | | | | | | | | | | m_mballoc_wakeup() (inline) -> MMBWAKEUP() (macro) m_clalloc_wakeup() (inline) -> MCLWAKEUP() (macro) Noticed by: peter
* | Make this compile again.peter1999-12-181-2/+0
| | | | | | | | GENERIC-broken-by: imp
* | Fix compilation warning on alpha when converting pointer to integerdillon1999-12-182-2/+2
| | | | | | | | | | | | to generate hash index. Reviewed by: Andrew Gallatin <gallatin@cs.duke.edu>
* | Make NDFREE unlock VP if appropriate and not asked not to, as documented ineivind1999-12-181-0/+3
| | | | | | | | | | the manpage for namei(). This capability is not yet used attempted used anywhere in the source tree.
* | Revert -lmd changes now that libcrypt doesn't expose this binutils/ldpeter1999-12-182-5/+4
| | | | | | | | bug any more.
* | Revert the libcrypt/libmd stuff back to how it was. This should not havepeter1999-12-1813-31/+29
| | | | | | | | | | | | | | | | happened as it was working around problems elsewhere (ie: binutils/ld not doing the right thing according to the ELF design). libcrypt has been adjusted to not need the runtime -lmd. It's still not quite right (ld is supposed to work damnit) but at least it doesn't impact all the users of libcrypt in Marcel's cross-build model.
* | I've been Bruceified! As penance, I've fixed my error (improper ordering,green1999-12-181-219/+227
| | | | | | | | | | | | | | | | | | | | | | moving #ifdefs to the non-historically-correct place, indentation bugs), and I've also completely restyle(9)d mbuf.h. There shouldn't be any KNF issues with it anymore, nor should there be any internal discrepencies. (Oh, I also fixed a small bug, but it was benign. The spl was not released in MCLALLOC if M_NOWAIT and there were no free mclusters.) Not objected to by: bde
* | Correct the logical ID of Avance Asound 110.tanimura1999-12-181-1/+1
| | | | | | | | Submitted by: Bryan Liesner <bleez@netaxs.com>
* | Use long long format specifiers and cast each parameter to long long.marcel1999-12-181-14/+6
| | | | | | | | | | | | | | This avoids the ugly #if ARCH/#else/#endif construct. Prompted to by: bde Could have thought of this himself: marcel
* | Provide complete coverage in switch statement to quiet -Wall.obrien1999-12-181-0/+4
| |
* | spell isa right on sn0 lineimp1999-12-184-4/+4
| |
* | Merge GENERIC into PCCARDimp1999-12-182-49/+61
| | | | | | | | Merge PCCARD into NEWCARD
* | Remove vestiages of now obsolete zp and ze drivers.imp1999-12-183-12/+0
| | | | | | | | Forgotten by: phk
* | Add sn device: smc 91xx based ethernet controllersimp1999-12-181-2/+2
| |
* | Driver for the smc91xx series of ethernet chips. Ported from PAO toimp1999-12-1810-0/+2157
| | | | | | | | | | | | | | | | | | 3.3R and then to -current. The pccard support has been left in the driver, but is presently non-functional because we are using the isa_compat layer for the moment. Obtained From: PAO Sponsored by: Timing Solutions
* | Initialize a var to quiet -Wall.obrien1999-12-181-1/+1
| |
* | Switch over to the OpenBSD fts.c, fixing lots of things.green1999-12-182-142/+250
| | | | | | | | Obtained from: OpenBSD
OpenPOWER on IntegriCloud