summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-11-11list the things that atu relies onDavid Gwynne
2004-11-11no need to lock access for readingjoshua stein
2004-11-11quirk for iriver 3xx.Alexander Yurchenko
ok dlg@
2004-11-11remove test code; Danovitsch@vitsch.netTheo de Raadt
2004-11-11remove excessive splnet; Danovitsch@vitsch.netTheo de Raadt
2004-11-10Put back cross build piece which was lost with the 2.15 upgrade.Dale Rahn
2004-11-10missing headerskrapht
2004-11-10Use ${STATIC} rather than -static (dont hardcode). ok miod@Dale Rahn
2004-11-10use ${STATIC} rather than -static. ok miodDale Rahn
2004-11-10allocate a single buffer for the rx xfer to use rather than let it tryDavid Gwynne
allocating one every time we're restarting it in an interrupt handler. ok deraadt@
2004-11-10defer ! and !! handling till prompt printing, like real ksh, and this nowTheo de Raadt
means even less fallout from the prompt expansion changes; ok jmc
2004-11-10Safer IF_INPUT_ENQUEUE macro.Alexander Yurchenko
ok millert@
2004-11-100xBF is new Solaris ID; lclee@west.sun.comTheo de Raadt
2004-11-10prefix_write() works also for IPv6. OK henning@Claudio Jeker
2004-11-10It is not needed to mask the value wit 0xff as it is < 255. OK henning@Claudio Jeker
2004-11-10"not reached" does not help LINT use NOTREACHED instead and use it only inClaudio Jeker
places where needed. OK henning@
2004-11-10add support for the Conceptronic SnapPort USB 2.0 LAN AdapterDavid Gwynne
thanks go to Paul de Weerd for providing the hardware
2004-11-10regenDavid Gwynne
2004-11-10Conceptronic SnapPort USB 2.0 LAN AdapterDavid Gwynne
2004-11-10Remove no longer needed code. OK henning@Claudio Jeker
2004-11-10ntp_adjtime() -> priv_adjtime()Henning Brauer
ntp_settime() -> priv_settime() ntp_host_dns() -> priv_host_dns()
2004-11-10const'ify conffileHenning Brauer
From: Joerg Sonnenberger <joerg@britannica.bec.de>
2004-11-10Diff from art@:Alexander Yurchenko
Update ticks in timeout_hardclock_update to avoid errors in hardclock (this is the third time we mess up here). ticks is only used for timeouts anyway. At the same protect updating ticks with timeout_mutex and be slightly more paranoid in timeout_hardclock_update. ok tdeval@ miod@
2004-11-10Remove __cplusplus crud.Alexander Yurchenko
2004-11-10- replace stge_lookup() with pci_matchbyid()Alexander Yurchenko
- remove useless product description strings - don't print pci product revision, pci bus does it for us - print interrupt and address string like other drivers do ok brad@
2004-11-10strncpy->strlcpyAlexander Yurchenko
ok henning@
2004-11-10use ExtraInfo, finally: allows pkg_info to report packages according toMarc Espie
PKGPATH, e.g., pkg_info -e x11/kde/base3 will tell you which version (if any) of kdebase is installed. Necessary for achieving updates.
2004-11-10resurrect -e, document that it uses packages-specs now.Marc Espie
2004-11-10where the files will beTheo de Raadt
2004-11-10Fix 'netstat -sp pim6'Ryan Thomas McBride
From Pavlin Radoslavov
2004-11-10Let us make a nice cats install CD while hereTheo de Raadt
2004-11-10Add some (ifp != NULL) checks to ip_fragment() so it can be used even if thereRyan Thomas McBride
is no struct ifnet associated with the outgoing interface of the packet. Necessary for upcoming Protocol Independent Multicast support. From Pavlin Radoslavov ok henning@ djm@ markus@
2004-11-09flurry of updates:Jared Yanovich
- minor mdoc tweaks - add an example - sync header excerpts to reality - document STRIOCSCRIPTNAME - add a CAVEAT - clarify an issue regarding STRIOCPOLICY/NEW tweaks and ok from millert, jmc, marius
2004-11-09use warn() instead of printf() + strerror()Pedro Martelletto
ok hshoexer@ jaredy@ deraadt@
2004-11-09* don't use the import code just yet, it uses new functions that aren'tkrapht
tested enough yet
2004-11-09oops again.Marc Espie
2004-11-09oops, dropped one line I shouldn't have.Marc Espie
2004-11-09Better handling of log message input and removal of crufty codekrapht
2004-11-09whitespace;Jason McIntyre
2004-11-09add missing wireless adapters, and sync w/ .Nd;Jason McIntyre
suggested by alexey e. suslikov; ok deraadt@
2004-11-09/bin/sh supports PS1 expansion;Jason McIntyre
2004-11-09Kill guarded_access() - the way we map OBIO, there is no need for specialMiod Vallat
treatement of interrupt vectors variables, a simple read will do. While there, speed up the interrupt handlers a bit: - remove old debug code or only compile it if option DEBUG. - use short circuits for setipl() if we know interrupts are disabled at this point: there is no need playing with the psr in these cases.
2004-11-09tweaks;Jason McIntyre
ok jaredy@
2004-11-09at least compilekrapht
2004-11-09fix the url pointing to the original atuwi driver. pointed out by DriesDavid Gwynne
Schellekens.
2004-11-09cvs_exec()krapht
2004-11-09* don't setup a signal handler for SIGCHLD yetkrapht
* ignore SIGPIPE * add the getopt() argument format to the command structure
2004-11-09Editor invocation code, still needs some workkrapht
2004-11-09a bit more sensekrapht
2004-11-09session prototypes and some cleanupkrapht