summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-05-14syncJason Wright
2002-05-14Remove duplicate MOT block and duplicate MPC106 defnJason Wright
2002-05-14syncTheo de Raadt
2002-05-14make resettodr() save the clock (per the pdc manual), testedMichael Shalayeff
2002-05-14know powerpc core filesTheo de Raadt
2002-05-14syncJason Wright
2002-05-14several more hifn devicesJason Wright
2002-05-14powerpc generates powerpc coredumps, not hppa coredumps.Dale Rahn
2002-05-14syncTheo de Raadt
2002-05-14Major changes:Todd C. Miller
Job names are now "runtime.queue" where runtime is when the job will run in Unix time format. This is what SysV at does and allows us to nuke the .SEQ file. Historic BSD options for atq and atrm are now implemented; atq and atrm get their own man pages. At no longer does anything with the -v flag. We print the execution time when jobs are submitted so there is no need. Most *scanf() usage is gone (one remains in atrun). Better sanity checks in atrun. Random style/cleanup. With these changes we have the best of both worlds; POSIX compliance with the traditional BSD features.
2002-05-14Fixed ALTQ support.Todd C. Miller
Patch from ftp://ftp.csl.sony.co.jp/pub/kjc/altq-3.1.errata.txt (kjc)
2002-05-14Use db_format in db_printsym (we'll want to be able to use printf in it soon).Artur Grabowski
2002-05-14db_printf has three non-standard formats that are not supported byArtur Grabowski
printf. Since we want to be able to have some ddb functions use db_printf or normal printf, provide a new way to acheive the same kind of formatting. The new function is called db_format and can emulate all variations of how the nonstandard db_printf formats are used. Note that this doesn't (yet?) mean that we want to convert all the non-standard formats, we just want to have that option. miod@ ok.
2002-05-14some -Wall cleanup; closes pr/2649.Federico G. Schwindt
minor changes by me.
2002-05-14no longer needed; byebye.Federico G. Schwindt
2002-05-14regen.Federico G. Schwindt
2002-05-14ops, add missing vax vector.Federico G. Schwindt
2002-05-14fix the diag insns, make copy_on_fault() usable by the kcopy as wellMichael Shalayeff
2002-05-14Eliminate md_native_fstype() and md_native_fsopts(). Both functionsKenneth R Westerback
simply echo'd a single word if present at all. Replace with variables MDFSTYPE and MDFSOPTS if required. Rework logic in install.sub's mount_a_disk() to always include 'ro' as an option to the mount command. This allows even those arch's with MDFSTYPE to usually get by without MDFSOPTS. ok deraadt@
2002-05-14Don't corrupt MP fragments when they're put back on the front of ourbrian
inbound queue; Amit K. Rao <arao@niksun.com>
2002-05-14Calculate the number of open links properly when deciding on whether tobrian
just send PROTO_IP packets when we've got only one link up in multi-link mode.
2002-05-14syncTheo de Raadt
2002-05-14disable sid hashing while still in real mode, alos print the parisc arch ↵Michael Shalayeff
once and not per each cpu since they are not intermixable architecture-wise
2002-05-13- Sync changes between source and generated files (ie., changes existingFederico G. Schwindt
only in the generated files). - Regen. Whenever is possible, changes should be done to the source files (.am, .in). That way is easier to track and merge local changes when importing.
2002-05-13add and use three more flags:Jason Wright
RNG: chip has usable rng (5805/5820/5821) HWNORM: chip will automagically normalize bignums (5820/5821) BIGKEY: chip supports "large keys" (5820/5821)
2002-05-13pull some demangler changes as with the libiberty counterpart to pleaseFederico G. Schwindt
binutils; actually both files should be the same.
2002-05-13handle debug messages during rhosts-rsa and hostbased authentication; ok provos@Markus Friedl
2002-05-13move the packet_send_debug handling from auth-options.c to auth.c; ok provos@Markus Friedl
2002-05-13- Request 24bit dvma allocation if we fail to find an lebuffer to attach toJason Wright
- add bus_space_barrier's to the csr read/write functions - KNF and other cleaning
2002-05-13Deal with 24bit dvma requestsJason Wright
2002-05-13add BUS_DMA_24BIT flag (for braindead lance implementations)Jason Wright
2002-05-13ldi-ldo whatever was in the table, be that much cleverMichael Shalayeff
2002-05-13Execute job with user's shell, not /bin/sh as per POSIX and historicTodd C. Miller
BSD behavior. Add some bash-specific and ssh agent variables to the no_export list. Print the message after job submission the way POSIX wants. When cat'ing or removing non-existent jobs, exit with an error if the specified job does not exist.
2002-05-13don't incorrectly match powerpc or any other openbsd arch for theFederico G. Schwindt
case; from binutils -current.
2002-05-13import binutils 2.14 (excluding testsuites, .info files, and .po files)Federico G. Schwindt
2002-05-13hppa pieces; don't regenerate yet.Federico G. Schwindt
2002-05-13un-pee and KNFJason Wright
2002-05-13Add missing cnpollc() calls.Dale Rahn
2002-05-13resolve conflicts.Federico G. Schwindt
2002-05-13For strncpy(), dst is not NUL terminated if strlen(src) >= len.Todd C. Miller
Also fix a typo; adapted from a patch by Moritz Jodeit
2002-05-13Only print usage for the command that was run (at, atq, atrm, batch), notTodd C. Miller
all four. Also differentiate between the touch(1) style time as time_arg and the at(1) style time as timespec (which is what SUS3 does). Instead of referring to the touch time format as POSIX time, reference touch. This is what SUS3 does and it is what users will know.
2002-05-13Call setsid() in the child after sshd accepts the connection and forks.Todd C. Miller
This is needed for privsep which calls setlogin() when it changes uids. Without this, there is a race where the login name of an existing connection, as returned by getlogin(), may be changed to the privsep user (sshd). markus@ OK
2002-05-13minor knf.Artur Grabowski
2002-05-13When collecting the completed tx descriptors, dmasync all of themArtur Grabowski
before reading, not just the first one. jason@ ok.
2002-05-13lt font update from Sarunas Grigaliunas <brudas@arena.ktu.lt>Michael Shalayeff
2002-05-13add lebuffer blurb and an mlink from for lebuffer to leJason Wright
2002-05-13Add lebuffer at sbus and le at lebufferJason Wright
2002-05-13From netbsd:Jason Wright
driver for le at lebuffer type devices
2002-05-13Don't leak memory when bus_dmamap_load_mbuf fails.Artur Grabowski
2002-05-13Protect calls to biodone with splbio.Artur Grabowski
I'm not completly sure it's needed, but better safe than sorry. And this simplifies some spl assertions in the still not comitted splassert code.