Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-22 | pmap_physseg is kernel-only business | Michael Shalayeff | |
2001-03-22 | Remove transient config file. | Niklas Hallqvist | |
2001-03-22 | sync | Niklas Hallqvist | |
2001-03-22 | handle d/i prot traps proper | Michael Shalayeff | |
2001-03-22 | shuffle the tlb handlers a little, | Michael Shalayeff | |
make a new one for na data fault, since those w/ hpt need it. | |||
2001-03-22 | Merge in NetBSD's PMAP_NEW, still disabled | Niklas Hallqvist | |
2001-03-22 | make sure we stop stack tracing on user pc | Michael Shalayeff | |
2001-03-22 | ifdef on a proper debug define | Michael Shalayeff | |
2001-03-22 | use mkstemp() | Theo de Raadt | |
2001-03-22 | Don't change case of command | Paul Janzen | |
2001-03-22 | Don't FLUSHLINE unnecessarily | Paul Janzen | |
2001-03-22 | File name buffer should be MAXPATHLEN; ianm@cit.uws.edu.au. Also avoid | Paul Janzen | |
buffer overflow on file name. | |||
2001-03-22 | Don't free what wasn't alloced. Found by niels. | Paul Janzen | |
2001-03-22 | a bit closer to the queen's english | Theo de Raadt | |
2001-03-22 | it is kn_add_action, not keynote_add_action | Todd C. Miller | |
2001-03-22 | sprintf -> snprintf | Grigoriy Orlov | |
2001-03-22 | KNF a stmt | Niklas Hallqvist | |
2001-03-22 | Smarter default conflict, use pkgname-[0-9]* if a version number has been | Marc Espie | |
found, pkgname-* otherwise. | |||
2001-03-22 | do not place linefeeds in buffer | Theo de Raadt | |
2001-03-22 | typo in ERROR_NOTFOUND error message | Todd C. Miller | |
2001-03-22 | pastos in diagnostic strings | Niklas Hallqvist | |
2001-03-22 | Grok NetBSD's version of el_init() (#ifdef NetBSD only) | brian | |
Submitted by: martin.hopkins@insignia.com | |||
2001-03-22 | Longstanding multicast bug causing eternal looping, unveiled by a recent commit | Niklas Hallqvist | |
2001-03-22 | BSD/OS make treats ${A:S/a/x/} like ${A:S/a/x/1}, so we use ${A:S/a/x/g}. | Markus Friedl | |
this works on both systems (for this special case). | |||
2001-03-22 | remember vga type as passed from lower level attach | Michael Shalayeff | |
2001-03-22 | More EMODD work: | Brandon Creighton | |
- Using CVTDL and subtracting to seperate integer from fraction does not work if the integer is >32 bits long; instead, rearrange the bits into a quadword, use ASHQ to truncate, and then subtract. Also: - Set the condition codes properly; this fixes the other problem with >32-bit-integer parts in libm by letting modf subtract the fractional part (which *is* a double) to get the integral part in a double. - move the zero checks earlier in the routine - instead of 'ret' in zeroexit, use brw goback | |||
2001-03-22 | fix typo | Michael Shalayeff | |
2001-03-22 | Typo. | Angelos D. Keromytis | |
2001-03-22 | backing out undiscussed changes outside your area | Theo de Raadt | |
2001-03-22 | remove vlan_proto variable, replace with ETHERTYPE_8021Q | Jason Wright | |
define if_type for vlan interfaces (IFT_8021_VLAN) #ifdef DEBUG some debugging printf's protect against other uses of M_PROTO1 | |||
2001-03-22 | Power status change after resume only if it really changed. | Angelos D. Keromytis | |
2001-03-22 | _wall, err/warn; dummy hppa part, like others | Michael Shalayeff | |
2001-03-22 | Document. | Angelos D. Keromytis | |
2001-03-22 | Emulate a powerup/powerdown when resuming. | Angelos D. Keromytis | |
2001-03-22 | let bstp_transmit_tcn() handle all of the work for sending TCN messages | Jason Wright | |
and remove unnecessary structure element | |||
2001-03-22 | Update. | Angelos D. Keromytis | |
2001-03-22 | Allow srcid/dstid for manually-set SAs as well (mostly for debug | Angelos D. Keromytis | |
purposes). | |||
2001-03-22 | Sync style, typo, and comments a little closer to NetBSD. art@ ok | smart | |
2001-03-22 | contify usbdevs a little | Michael Shalayeff | |
2001-03-22 | strlcpy instead of strncpy + \0 | Jason Wright | |
2001-03-22 | new timeouts | Michael Shalayeff | |
2001-03-22 | Reformat comment. | Angelos D. Keromytis | |
2001-03-22 | Paranoid -- clear tdbi field in mbuf pkthdr. | Angelos D. Keromytis | |
2001-03-22 | use err/warn, space police | Michael Shalayeff | |
2001-03-22 | Fix thinko in kn_do_query error checking; angelos OK'd | Todd C. Miller | |
2001-03-22 | Get pmap->cpus_using before the pmap structure is touched. Besides, we | Miod Vallat | |
need to do this before playing with pmap_expand(). Solves a few more pmap data corruption problems. | |||
2001-03-22 | Introduce powerup/powerdown actions, when power status changes (AC | Angelos D. Keromytis | |
connected/disconnected). | |||
2001-03-22 | Use pool for allocating vnodes. | Artur Grabowski | |
Even though vnodes are never freed (could be) this gives us big memory and kmem_map savings. | |||
2001-03-22 | Document FLAVOR_EXT, FULLPKGNAME, new COMMENT meaning | Marc Espie | |
2001-03-22 | Sigh. PR_WAITOK, not M_WAITOK | Artur Grabowski | |