Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-27 | Stop pretending that amd64 is i386. We're insulting the cpu by not even | Artur Grabowski | |
pretending to use all the address space it gives us. - Map all physical memory 1-1 and implement PMAP_DIRECT - Remove the vast magic we do to map pages for pmap_zero_page, pmap_copy_page, pv allocation, magic while bootstrapping, reading of /dev/mem, etc. - implement a fast pmap_zero_page based on sse instructions. I love removing code. More to come. deraadt@ ok tested by many. | |||
2005-05-27 | wrap some comments | Hans-Joerg Hoexer | |
2005-05-27 | Additional paranoia. OK hshoexer | Chad Loder | |
2005-05-27 | -in our current model, a kif has either a pointer to an interface (ifnet) or | Henning Brauer | |
a group, or there cannot be addresses associated with it. so we can get rid of checking kifs in the 3rd case and just be done with it. -we don't need to try to manually clear the table used for the (interface) notation when both the ifp and the group pointers are NULL, the pfr_set_addrs call will do the right thing with an empty set of addrs suggested by cedric, ryan ok | |||
2005-05-27 | Use SADB_SATYPE_* instead of IPPROTO_* | Hans-Joerg Hoexer | |
2005-05-27 | The forgotten part of the merge of pxacom back into com. | Uwe Stuehler | |
Also the *CONSOLE options are no longer needed. | |||
2005-05-27 | csh preferes a newline at the end. | Marco Pfatschbacher | |
ok henning@ | |||
2005-05-27 | s/log-all/log (all)/ | Daniel Hartmeier | |
2005-05-27 | make sure to enable socket on resume. | Robert Nagy | |
in order for the enable to work disable the socket on suspend. lot of help from mickey@ ok jsg@ millert@ | |||
2005-05-27 | remove dup include of "log.h" | Xavier Santolaria | |
2005-05-27 | add back ACCEPT_GLAGS and active flag check, pointed out by cedric | Henning Brauer | |
2005-05-27 | get rid of 'log-all'. now that we have 'log (options)', make 'all' an | Daniel Hartmeier | |
option to log. so, 'log-all' becomes 'log (all)'. | |||
2005-05-27 | - Merge changes from pxacom back into the common com driver. | Uwe Stuehler | |
Changes to the common com driver (partly from NetBSD): - Multiply before divide in comspeed() to avoid overflow (from NetBSD). - Don't call getc() and send -1 if the output queue is empty. - Take UART clock frequency as a parameter instead of using COM_FREQ. ok deraadt@ | |||
2005-05-27 | get rid of shift/reduce conflicts, don't support empty logopts | Daniel Hartmeier | |
2005-05-27 | use a fixed address for the base dva, also don't forget to setup the | Jason Wright | |
pae table base address. | |||
2005-05-27 | comment out unused PACKET_TAG_IPSEC_IN_CRYPTO_DONE code; ok hshoexer | Markus Friedl | |
2005-05-27 | Implement SPD (IPsec flow) snapshots. | Hakan Olsson | |
2005-05-27 | will throw claudio in a big pot of kaesefondue for repeated whitespace fuckups | Henning Brauer | |
2005-05-27 | Convert IPSP_IPSEC_x to SADB_X_FLOW_TYPE_x. hshoexer@ ok. | Hakan Olsson | |
2005-05-27 | Must convert back from IPPROTO_x to SADB_SATYPE_x. hshoexer@ ok | Hakan Olsson | |
2005-05-27 | nat pass log tests here as well. | Marco Pfatschbacher | |
ok camield@ | |||
2005-05-27 | more ncr(4) pruning | Martin Reindl | |
2005-05-27 | kroute6 support, at least partially. Get it in so that Henning can clean it | Claudio Jeker | |
up more. OK henning@ | |||
2005-05-27 | mktemp(3) et al. go in stdlib.h, not unistd.h. While there be more | Todd C. Miller | |
explicit about mktemp(3) in the man page. | |||
2005-05-27 | cvs_noexec check; ok jfbeers | Xavier Santolaria | |
2005-05-27 | prepare the removal of sys_undelete(), make it a stub, okay millert@ | Pedro Martelletto | |
2005-05-27 | log two pairs of uid/pid through pflog: the uid/pid of the process that | Daniel Hartmeier | |
inserted the rule which causes the logging. secondly, the uid/pid of the process in case the logged packet is delivered to/from a local socket. a lookup of the local socket can be forced for logged packets with a new option, 'log (user)'. make tcpdump print the additional information when -e and -v is used. note: this changes the pflog header struct, rebuild all dependancies. ok bob@, henning@. | |||
2005-05-27 | Add rtm_fmask define to make the (ab)use of rtm_use more obvious. | Ryan Thomas McBride | |
Suggestion from Cedric Berger ok marius@ claudio@ | |||
2005-05-27 | add a field to struct socket that stores the pid of the process that | Daniel Hartmeier | |
created the socket, and populate it. ok bob@, henning@ | |||
2005-05-27 | Add a flag for specifying the socket to open to talk to bgpd. | Claudio Jeker | |
Needed for upcomming spamd madness. Requested and OK beck@ | |||
2005-05-27 | - check strlcpy() return values for truncation | Jean-Francois Brousseau | |
- in cvs_remove_dir(), return failure if we fail to unlink the base directory, and return -1 on error to respect the general util convention - missing function documentation | |||
2005-05-27 | print the screwed ofs in the panic msg | Michael Shalayeff | |
2005-05-27 | No longer used after merge of atapi/scsi cd code. | Kenneth R Westerback | |
2005-05-27 | De-inline a couple of long functions, which also makes them ↵ | Hakan Olsson | |
debugger-visible. 'makes sense' mickey@ | |||
2005-05-27 | Convert cd code to new mode sense framework. Merge cd_scsi and | Kenneth R Westerback | |
cd_atapi into cd since code is now almost identical, and only affects volume adjusting ioctl's. Minor side effect of allowing cd_load_unload() attempts to scsi cd's as NetBSD does. | |||
2005-05-27 | add atapiscsi@umass to RAMDISKS as appropriate, ok krw@ deraadt@ | Dale Rahn | |
2005-05-27 | When looping over pfkey messages, make sure extension length is > 0. | Hans-Joerg Hoexer | |
While around, do some minor tweaks in a not yet used code path. | |||
2005-05-27 | use new sysctl to retrieve flow informations including IDs | Hans-Joerg Hoexer | |
2005-05-27 | Use export_flow() to wrap policies retrieved via sysctl in pfkey message | Hans-Joerg Hoexer | |
ok ho markus | |||
2005-05-27 | Add export_flow() | Hans-Joerg Hoexer | |
ok ho markus | |||
2005-05-27 | Prune ncr(4) references. | Miod Vallat | |
2005-05-27 | remove some misplaced htole32s | Reyk Floeter | |
2005-05-27 | Replace unused pxa2x0_watchdog_boot() with RTC control functions. | Uwe Stuehler | |
Ha ha, I broke the tree while everyone was asleep (except for kjell who noticed it). | |||
2005-05-27 | Enable SSE instructions on secondary (i386) processors in | Kjell Wooding | |
a multiprocessor boot. This fixes the hardware AES (and likely RNG) instruction on the dual VIA, which was failing because the SSE/SSE2 extensions are never enabled on any processor but the boot processor. Much assistance from niklas, and the eureka moment from theo. "commit it" deraadt@ | |||
2005-05-27 | re-enable gpio init even without using the gpio(4) framework | Reyk Floeter | |
2005-05-27 | modernize and cleanup the nsgphy code, using mii_phy_setmedia/mii_phy_tick | Brad Smith | |
and the generic MII #defines | |||
2005-05-27 | In find file, behave like emacs: the default starting directory for | Chad Loder | |
completion is the directory of the current buffer's file, if any, rather than the working directory from where you launched mg. Prodding by reyk, ok reyk and fgont | |||
2005-05-27 | When the neighbor at the other end of the virtual link goes to state | Esben Norby | |
full, originate a new router LSA. ok claudio@ | |||
2005-05-27 | Set the V-bit when originating virtual links in router LSAs. | Esben Norby | |
ok claudio@ | |||
2005-05-27 | only access if_linkstatehooks inside splnet. | Marco Pfatschbacher | |
with pascoe@ |