summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-27sgi can boot off a CD image as of todayTheo de Raadt
2005-04-27boot cdrom for sgi. boot using simply:Theo de Raadt
boot -f pci(0)scsi(0)cdrom(4)rdisk(0)partition(8)/boot this is 1.5MB sgi boot partition followed by a 4GB ffs partition containing a gzip'd bsd.rd
2005-04-27handle the OSrev thingTheo de Raadt
2005-04-27[sS]parc -> SPARC when not talking about a port.Jonathan Gray
ok brad@ miod@
2005-04-27if SystemPartition contains a cdrom boot specifier, whack theTheo de Raadt
OSLoadPartition variable to point to partition 0 of the same unit.
2005-04-27avoid the o{open,read,lseek} interfaces, and use the regular ones, becauseTheo de Raadt
we want to be able to handle gzip files
2005-04-27Replace the last user of pmap_map() with an inline version, and kill pmap_map()Miod Vallat
for good.
2005-04-26forgot to add Tamarack TC3299CE here as well;Xavier Santolaria
2005-04-26enable uhciDavid Gwynne
ok drahn@ deraadt@ compilation tested by phessler
2005-04-26A regress test for accessing long long on a long aligned, but not long longMiod Vallat
aligned, boundary on 32 bit systems. Written a while ago for m88k, eventually turned into a real regress test.
2005-04-26remove now obsolete mac68k_set_pteMartin Reindl
ok miod@
2005-04-26new NuBus slot space mapping/probing code utilizing bus_space(9)Martin Reindl
ok miod@ from NetBSD
2005-04-26Check for memory allocation failure before zeroing memory, not after;Miod Vallat
from mpech@
2005-04-26syncTheo de Raadt
2005-04-26enter zbootTheo de Raadt
2005-04-26install in zaurus MANSUBDIRTheo de Raadt
2005-04-26Remove unused hooks for periodic pcons polling.Miod Vallat
2005-04-26- do not list -f option for eject, as it is not necessaryJason McIntyre
- tidy up the options list somewhat to avoid confusion - sync usage() started by a diff from tom@ and ok'd by him;
2005-04-26unify shared code a bit again to make future syncs easierHenning Brauer
From: Alexander von Gernler <grunk@pestilenz.org>
2005-04-26Use cons_decl() rather than rolling our own prototypes, and some KNF.Miod Vallat
2005-04-26the theMiod Vallat
2005-04-26fallback gracefully if client cannot connect to ControlPath. ok djm@Jakob Schlyter
2005-04-26add `zaurus' to .Dt line;Jason McIntyre
ok deraadt@
2005-04-26spelling correction in comment from wiz@netbsd;Jason McIntyre
2005-04-26... oh and let it work for all casesTheo de Raadt
2005-04-26let ramdisks compile after zts changesTheo de Raadt
2005-04-25csum -> csum_flagsBrad Smith
reminded by markus@
2005-04-25[OpenBSD]Tom Cosgrove
Make boot code use real mode with 64K segments instead of 1M segments. Improves stability with some disk controller cards. Also explicitly state operand size on some moves. Bump version on boot, cdboot and pxeboot accordingly. "just get them in" beck@ ok weingart@
2005-04-25first part of file API changes:Joris Vink
- fix our behaviour regarding directories or files in a different directory than we currently are as arguments to commands, this allows stuff like "cvs status sys/arch/i386/Makefile" to work. - when parsing a pathname only load the needed nodes of the path instead of loading *everything* in memory. the next step in this is to merge the collection and callback execution together. ok jfb@, xsa@
2005-04-25Correctly handle boot drives with SCSI id >= 10; ok mickey@Miod Vallat
2005-04-25KNF and zap trailing whitespace.Niall O'Higgins
no binary changes.
2005-04-25Use the various f* functions to set owner, mode and times, insteadOtto Moerbeek
of operating on the path name. Avoids some races. ok deraadt@ cloder@ millert@
2005-04-25resurrect missing parts to generate rcsdiff(1)-style diffs with the -nJean-Francois Brousseau
flag ok xsa
2005-04-25Reduce the chances of someone asking how to eject a cd. ok brad, mickeyDale Rahn
2005-04-25* add missing 'R' flag in diff synopsisJean-Francois Brousseau
* add the CVS_EX_BADROOT return code to indicate that there was no CVSROOT given or it was invalid ok joris, xsa
2005-04-25csum -> csum_flagsBrad Smith
ok krw@ canacar@
2005-04-25+ Tamarack TC3299CE CF card; deraadt okXavier Santolaria
2005-04-25set the default branch to 1.1.1 upon import, and remove a strayJean-Francois Brousseau
cvs_connect() call ok joris, xsa
2005-04-25use delay() and not tsleep() in attach. makes driver work properly withNiall O'Higgins
``Ensoniq CT5880''-based card. from netbsd rev 1.59 ok mickey@
2005-04-25Pass the complete keybuffer to wskbd_rawinput(); dnkbd now works under X11.Miod Vallat
2005-04-25typoMiod Vallat
2005-04-25Call if_init() later and for each interface separately.Claudio Jeker
Move code from if_act_start() to if_init() that needs to be called only once per interface. Especially event_set should be called only once as it initializes struct event and so may cause corruption of the event queue if called twice.
2005-04-25Move the creation of the ospf_socket from if_init() directly into ospfe().Claudio Jeker
This makes it possible to call if_init() at a much later time.
2005-04-25Don't call cleanup in multiplex as test-exec will cleanup anywayDarren Tucker
found by tim@, ok djm@
2005-04-25Call if_init() in ospfe only, neither the rde nor the parent need it.Claudio Jeker
2005-04-25Change order of execution in if_act_reset(). First notify all neighborClaudio Jeker
that the interface gets reset (NBR_EVT_KILL_NBR) and than clear all timers of the interface. The nbr_fsm() may start some of the timers which has strange results. Tested by Philip Olsson.
2005-04-25- use size_t where appropriate.Otto Moerbeek
- check for <= 0 in gzread; it returns -1 on error. From christos@netbsd; ok millert@
2005-04-25Do not define 'pl' globally. From Bjorn Sandell" <biorn at dce dot chalmersOtto Moerbeek
dot se>. ok deraadt@
2005-04-25fix SEE ALSO;Jason McIntyre
2005-04-25tweaks;Jason McIntyre