summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed .Nm's for the nonexistent functions exp2() and exp2f().bde2001-10-031-2/+0
|
* Add commented-out/prototype entries for samba's swat configuration tool.jkh2001-10-032-1/+4
| | | | | Requested by: "William Wong" <willwong@samurai.com> MFC after: 1 week
* Made this header self-sufficient.bde2001-10-031-6/+9
| | | | Fully parenthesized a macro definition.
* Fixed syntax errors in synopsis. The restrict keyword doesn't exist yet.bde2001-10-031-5/+5
| | | | | | The corresponding bugs in <wchar.h> have no effect because the function prototypes there don't have args so the __restrict "keyword" is misinterpreted as an arg.
* Fixed missing return type in synopsis.bde2001-10-031-0/+1
|
* Restore MSDOSFS support to the install kernel.obrien2001-10-033-3/+9
| | | | | | Remove the `txp' `sf' `ste' network drivers instead. Approved by: jkh
* Fixed wrong arg type in synopsis.bde2001-10-031-1/+1
|
* Fixed bitrot in synopsis. The change of the return type ofbde2001-10-031-1/+1
| | | | | Set_Boot_Blocks() from void to int had not reached here. Callers still don't check the new return value.
* Fixed missing includes in synopsis.bde2001-10-031-0/+4
|
* Fixed misspelled arg type in synopsis.bde2001-10-031-1/+1
|
* Fixed missing include in synopsis.bde2001-10-031-0/+1
|
* Let's not kid ourselves- we don't *really* support jumbframes yet.mjacob2001-10-021-0/+7
| | | | | | We only support the size of frame we are currently allocating, which is MCLBYTES - sizeof (struct ether_header) usable, so don't set an MTU that would go over this.
* Add a PFS_DISABLED flag; pfs_visible() automatically returns 0 if it is setdes2001-10-023-10/+57
| | | | | on the node in question. Also add two API functions for setting and clearing this flag; setting it also reclaims all vnodes associated with the node.
* Various fixes and improvements- some from the folks at Sitara Networks (thx)mjacob2001-10-022-14/+34
|
* Only print "XXX (un)registered" message if bootverbose.des2001-10-021-2/+4
|
* Merge the following from the English version:hrs2001-10-021-3/+104
| | | | 1.145 -> 1.149 relnotes/common/new.sgml
* Fix problem where a user buffer outside of the area being testedmjacob2001-10-026-6/+6
| | | | | | | | will be corrupted. PR: 29194 Obtained from: Tor.Egge@fast.no MFC after: 2 weeks
* Documentation comment: note that the each NIC's softc is assumed to startmjacob2001-10-021-0/+5
| | | | | | with an ifnet structure. MFC after: 1 week
* A somewhat large change of this script.luigi2001-10-021-349/+431
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the user's perspective: * everything is now built outside the source tree (more precisely, in `pwd`/builddir-${name}/ ) except for the kernel config file(s) which still need to be copied into src/sys/i386/conf because of "config" limitations. I am not sure if there is an easy way to get away from this without changing "config" or replicating some part of the source tree. This is really the only change that most users should worry about, but it is a good one. * if you do cross-compiles (using "picobsd --src somedir/src [--init] ... ") then the libraries and include directories etc. are searched/created in "somedir/usr" ; * you can do most things (basically build the kernel and the crunched binary and the filesystem trees) without root privileges. You need privileges to use mdconfig/vnconfig to create the actual MFS and floppy image, unfortunately. * the -v option now prints some diagnostic but does not stop for user input at each step. You need to specify -v -v to have the old behaviour. Internally, the script has been reshuffled quite a bit to support the above features. Many shell variables have been renamed or made local in an effort to avoid undesired side effects. There is a somewhat better error handling in case something goes wrong.
* Compile the kernel under ${BUILDDIR} instead of polluting the sourceluigi2001-10-021-3/+13
| | | | | | tree. Unfortunately the latter cannot be completely readonly, because "config" still depends on the kernel config file being in sys/${ARCH}/conf (it seems to derive other pathnames from that one).
* o Replace two direct uid!=0 comparisons with suser_xxx() calls.rwatson2001-10-021-2/+2
| | | | Obtained from: TrustedBSD Project
* o Replace two direct uid!=0 comparisons with suser_td() calls.rwatson2001-10-021-2/+2
| | | | Obtained from: TrustedBSD Project
* - cope with sa_len < sizeof(struct sockaddr).ume2001-10-021-35/+44
| | | | | | | | From: Patrik Lindergren <patrik@datacom.nu> - delint (pointer cast issue). from netbsd-current Obtained from: KAME MFC after: 1 week
* Fix the ANSI color escape sequence \E[m.yokota2001-10-021-153/+118
| | | | | - Corretly map the ansi color number to a PC BIOS color. - Handle multiple arguments to the escape sequence.
* Sigh, fix the unfixed typo: s/-l/-L/.ru2001-10-021-1/+1
|
* Fix a typo: s/-or/-o/.knu2001-10-021-1/+1
|
* - First shot at PIC emulation;tg2001-10-0213-589/+741
| | | | | | | | - better 8250 emulation; - fake vertical retrace bit in Input Status #1 register (this was lost in the VGA emu rewrite). Submitted by: Igor Serikov <bt@turtle.pangeatech.com>
* Fix the local macro: isvisible().yokota2001-10-021-1/+1
| | | | - The space char (0x20) IS a visible char :-)
* Documentation fixes:cjc2001-10-022-10/+12
| | | | | | | - The '-d' option was not documented on the manpage or in the usage message. - The '-N' option was not included in the usage.
* Add Soren's burncd warning.imp2001-10-021-0/+5
|
* Allow "obsolete" (but commonly-used) command line style to be usedfenner2001-10-021-2/+3
| | | | | | with -F, e.g. tail -1 -F /var/log/messages. Submitted by: Maxim Konovalov <maxim@macomnet.ru>
* Remove redundant and misplaced "options DDB" line.marcel2001-10-021-2/+0
|
* Fix organizational nits: Move Cardbus/NEWCARD release note to PCCARDbmah2001-10-022-32/+30
| | | | | | section. Move release notes for tunneling-type drivers from network protocol section to NICs section for consistency (tap(4) release notes were combined).
* Try to make some sense of the various release note itemsbmah2001-10-022-60/+28
| | | | | documenting OpenSSH version updates in -CURRENT and coalesce them into a single item.
* Backout the last commit. The problem is actually much worse then Idillon2001-10-021-8/+3
| | | | | | first thought and may require serious work to the VOP_RENAME() api itself. Basically, by the time the VOP_RENAME() function is called, it's already too late.
* New release note: Each jail(2) can have its own securelevel (requested bybmah2001-10-022-2/+10
| | | | | | | rwatson). Mention that the OpenSSH 2.9 upgrade made ssh-agent(1) work for DSA keys.
* IN_RENAME should only be cleared by the routine that set it. This fixesdillon2001-10-021-3/+8
| | | | | | | a rename/rmdir race that has been shown to cause a panic. Bug reported by: Yevgeniy Aleynikov <eugenea@infospace.com> MFC after: 3 days
* Remove all OpenBSD/NetBSD code. It was the right place to start from, butmjacob2001-10-022-646/+61
| | | | | | | | | | | | | | | | | | | | | | it now really gets in the way. This allows us to fix several problems- not least of which was problems of ordering about when you'd have a device softc for an miibus child available or not. Move some steps of things around. Put the ifnet/arpcom structure at the head of the softc (PR 29249). Don't do tx gc in the interrupt service routine- that seems to make things a bit more efficient. Enable jumbo support by default- but this version of 'jumbo' is broken because it really is just using multiple tfd/rfd's to match a packet, which will never be > CLSIZE anyway. This should begin the first steps toward cleaning this driver up. PR: 29249 MFC after: 1 week
* grammar fix: to -> toosilby2001-10-011-1/+1
|
* Clean this up after the NetBSD syncing.obrien2001-10-011-25/+19
|
* Fix ID's after a total boch CVS merge due to multiple people makingobrien2001-10-0113-26/+0
| | | | | | | | commits to these files. As I sing to CVS: Have I told you lately that I hate your guts? Have I told you all SCM's are above you? You fill my heart with pain, take away all my merging joy, grow my troubles that's what you do."
* Note the 'common knowledge' assumption that each NIC's softc startsmjacob2001-10-011-0/+9
| | | | | | | | | with an ifnet structure (so device_get_softc will get one). If memory allocation fails in mii_phy_probe, don't just march ahead into a panic- return ENOMEM. MFC after: 1 week
* Add ()'s around the warning message when skipping a startup script.obrien2001-10-011-1/+1
| | | | | | | Also don't give the whole path, just the script name. Submitted by: des Requested by: jhb
* Move the ap boot spin lock earlier in the lock order before the sio(4)jhb2001-10-011-2/+4
| | | | | lock since we occasionally call printf() while holding the ap boot lock which can call down into the sio(4) driver if using a serial console.
* Sigh, statclock_process() takes a KSE instead of a thread for its firstjhb2001-10-011-1/+1
| | | | argument.
* Tweak the Skipping ${script} logic to also handle symlinks.obrien2001-10-011-2/+2
| | | | Also echo with "-n".
* Back out WIP that snuck in with revs 1.15[23].obrien2001-10-011-1/+0
|
* Our histedit.h lives in src/include.obrien2001-10-011-1/+0
|
* Merge style with NetBSD -- ANSI-C prototypes, style(9) tabing, etc.obrien2001-10-011-39/+38
|
* Merge functional changes from NetBSD.obrien2001-10-011-22/+32
|
OpenPOWER on IntegriCloud